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