Skip to content

Commit

Permalink
chore: fix yaml syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
jstarpl committed Nov 7, 2023
1 parent f8a1088 commit b125ca6
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
fail-fast: false
matrix:
package-name:
- @sofie-prompter-editor/shared-model
- @sofie-prompter-editor/shared-lib
- @sofie-prompter-editor/apps-app
- @sofie-prompter-editor/apps-backend
- @sofie-prompter-editor/apps-client
- "@sofie-prompter-editor/shared-model"
- "@sofie-prompter-editor/shared-lib"
- "@sofie-prompter-editor/apps-app"
- "@sofie-prompter-editor/apps-backend"
- "@sofie-prompter-editor/apps-client"

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -56,11 +56,11 @@ jobs:
fail-fast: false
matrix:
package-name:
- @sofie-prompter-editor/shared-model
- @sofie-prompter-editor/shared-lib
- @sofie-prompter-editor/apps-app
- @sofie-prompter-editor/apps-backend
- @sofie-prompter-editor/apps-client
- "@sofie-prompter-editor/shared-model"
- "@sofie-prompter-editor/shared-lib"
- "@sofie-prompter-editor/apps-app"
- "@sofie-prompter-editor/apps-backend"
- "@sofie-prompter-editor/apps-client"

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit b125ca6

Please sign in to comment.