mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2026-04-06 01:25:33 +00:00
fixed yaml syntax
This commit is contained in:
parent
8faafee27a
commit
8d1a1cf33e
25
.github/workflows/test.lint.examples.yml
vendored
25
.github/workflows/test.lint.examples.yml
vendored
@ -61,18 +61,19 @@ jobs:
|
|||||||
working-directory: ./examples/2-static-layers
|
working-directory: ./examples/2-static-layers
|
||||||
|
|
||||||
lint-example-3-tags:
|
lint-example-3-tags:
|
||||||
if: needs.files-changed.outputs.lint == 'true'
|
if: needs.files-changed.outputs.lint == 'true'
|
||||||
name: Lint Example 3 - Tags
|
name: Lint Example 3 - Tags
|
||||||
needs: files-changed
|
needs: files-changed
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.1.7
|
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.1.7
|
||||||
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.0.3
|
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.0.3
|
||||||
with:
|
with:
|
||||||
node-version-file: './.tool-versions'
|
node-version-file: './.tool-versions'
|
||||||
- name: Lint
|
- name: Lint
|
||||||
run: npm install && npm run lint
|
run: npm install && npm run lint
|
||||||
working-directory: ./examples/3-static-layers
|
working-directory: ./examples/3-tags
|
||||||
|
|
||||||
# unit:
|
# unit:
|
||||||
# if: needs.files-changed.outputs.frontend == 'true'
|
# if: needs.files-changed.outputs.frontend == 'true'
|
||||||
# name: Unit - Frontend
|
# name: Unit - Frontend
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user