Browse Source

fix: be explicit about what dir we want to know has changed files

pull/3226/head
Gabe Kangas 2 years ago
parent
commit
48652ac12c
No known key found for this signature in database
GPG Key ID: 4345B2060657F330
  1. 12
      .github/workflows/javascript-format-build.yml
  2. 1
      web/.eslintignore

12
.github/workflows/javascript-format-build.yml

@ -37,12 +37,12 @@ jobs: @@ -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
web/.eslintignore

@ -1,3 +1,4 @@ @@ -1,3 +1,4 @@
# Ignore artifacts:
node_modules
out
../static/web

Loading…
Cancel
Save