mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2026-03-01 12:44:17 +00:00
fixed yaml syntax
This commit is contained in:
parent
0b4730a838
commit
8faafee27a
27
.github/workflows/test.lint.examples.yml
vendored
27
.github/workflows/test.lint.examples.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user