mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
test build and lint always
This commit is contained in:
parent
a1041ab40a
commit
34d83eee2e
2
.github/workflows/test.build.yml
vendored
2
.github/workflows/test.build.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
|||||||
filters: |
|
filters: |
|
||||||
build:
|
build:
|
||||||
- '.github/workflows/**/*'
|
- '.github/workflows/**/*'
|
||||||
- 'src/**/*'
|
- '**/*'
|
||||||
|
|
||||||
build:
|
build:
|
||||||
if: needs.files-changed.outputs.build == 'true'
|
if: needs.files-changed.outputs.build == 'true'
|
||||||
|
|||||||
2
.github/workflows/test.lint.yml
vendored
2
.github/workflows/test.lint.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
|||||||
filters: |
|
filters: |
|
||||||
lint:
|
lint:
|
||||||
- '.github/workflows/**/*'
|
- '.github/workflows/**/*'
|
||||||
- 'src/**/*'
|
- '**/*'
|
||||||
|
|
||||||
# build:
|
# build:
|
||||||
# if: needs.files-changed.outputs.frontend == 'true'
|
# if: needs.files-changed.outputs.frontend == 'true'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user