From 8faafee27a36938eccb6a0d19e3a594e64604291 Mon Sep 17 00:00:00 2001 From: Anton Tranelis Date: Tue, 18 Feb 2025 16:36:44 +0000 Subject: [PATCH] fixed yaml syntax --- .github/workflows/test.lint.examples.yml | 27 ++++++++++++------------ 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/.github/workflows/test.lint.examples.yml b/.github/workflows/test.lint.examples.yml index 7db5a315..0f959b71 100644 --- a/.github/workflows/test.lint.examples.yml +++ b/.github/workflows/test.lint.examples.yml @@ -60,20 +60,19 @@ jobs: run: npm install && npm run lint working-directory: ./examples/2-static-layers - lint-example-3-tags: - if: needs.files-changed.outputs.lint == 'true' - name: Lint Example 3 - Tags - needs: files-changed - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.1.7 - - uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.0.3 - with: - node-version-file: './.tool-versions' - - name: Lint - run: npm install && npm run lint - working-directory: ./examples/3-tags - + lint-example-3-tags: + if: needs.files-changed.outputs.lint == 'true' + name: Lint Example 3 - Tags + needs: files-changed + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.1.7 + - uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.0.3 + with: + node-version-file: './.tool-versions' + - name: Lint + run: npm install && npm run lint + working-directory: ./examples/3-static-layers # unit: # if: needs.files-changed.outputs.frontend == 'true' # name: Unit - Frontend