chore: fix GitHub 'Unchanged files with check annotations' reports in PR (#26702)

This commit is contained in:
Maxime Beauchemin
2024-01-28 13:42:49 -08:00
committed by GitHub
parent a6290702d2
commit dfc614bdc3
6 changed files with 23 additions and 13 deletions

View File

@@ -23,7 +23,7 @@ jobs:
run: npm ci
- name: eslint
working-directory: ./superset-websocket
run: npm run eslint -- .
run: npm run eslint -- . --quiet
- name: typescript checks
working-directory: ./superset-websocket
run: npm run type