From b125ca66de2de58157627af328563ba07ed02c16 Mon Sep 17 00:00:00 2001 From: Jan Starzak Date: Tue, 7 Nov 2023 17:11:04 +0100 Subject: [PATCH] chore: fix yaml syntax error --- .github/workflows/node.yaml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/node.yaml b/.github/workflows/node.yaml index 2e05041..5a3b91b 100644 --- a/.github/workflows/node.yaml +++ b/.github/workflows/node.yaml @@ -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 @@ -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