diff --git a/.github/workflows/web-test.yml b/.github/workflows/web-test.yml index 610f0524031..d49a5a03321 100644 --- a/.github/workflows/web-test.yml +++ b/.github/workflows/web-test.yml @@ -75,7 +75,7 @@ jobs: run: |- npx prettier --check "web-common/**/*" npx eslint web-common --quiet - npx svelte-check --threshold error --workspace web-common --no-tsconfig --ignore "src/components/data-graphic,src/features/dashboards/(time-series|time-controls),src/features/sources/workspace/SourceWorkspaceHeader.svelte,src/features/models/workspace/ModelWorkspaceHeader.svelte,src/features/dashboards/workspace/Dashboard.svelte" + npx svelte-check --threshold error --workspace web-common --no-tsconfig --ignore "src/components/data-graphic,src/features/dashboards/(time-series|time-controls),src/features/sources/workspace/SourceWorkspaceHeader.svelte,src/features/models/workspace/ModelWorkspaceHeader.svelte" - name: Prettier checks and lint for web local if: steps.filter.outputs.local == 'true'