diff --git a/.github/workflows/javascript-format-build.yml b/.github/workflows/javascript-format-build.yml index 20a045870..c40f12830 100644 --- a/.github/workflows/javascript-format-build.yml +++ b/.github/workflows/javascript-format-build.yml @@ -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 diff --git a/web/.eslintignore b/web/.eslintignore index bb613d599..619195794 100644 --- a/web/.eslintignore +++ b/web/.eslintignore @@ -1,3 +1,4 @@ # Ignore artifacts: node_modules out +../static/web