fix: be explicit about what dir we want to know has changed files
This commit is contained in:
12
.github/workflows/javascript-format-build.yml
vendored
12
.github/workflows/javascript-format-build.yml
vendored
@@ -37,12 +37,12 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
files_yaml: |
|
files_yaml: |
|
||||||
src:
|
src:
|
||||||
- '**.js'
|
- 'web/**.js'
|
||||||
- '**.ts'
|
- 'web/**.ts'
|
||||||
- '**.tsx'
|
- 'web/**.tsx'
|
||||||
- '**.jsx'
|
- 'web/**.jsx'
|
||||||
- '**.css'
|
- 'web/**.css'
|
||||||
- '**.md'
|
- 'web/**.md'
|
||||||
|
|
||||||
- name: Cache node modules
|
- name: Cache node modules
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
# Ignore artifacts:
|
# Ignore artifacts:
|
||||||
node_modules
|
node_modules
|
||||||
out
|
out
|
||||||
|
../static/web
|
||||||
|
|||||||
Reference in New Issue
Block a user