mirror of
https://github.com/apache/superset.git
synced 2026-04-14 13:44:46 +00:00
chore: fix GitHub 'Unchanged files with check annotations' reports in PR (#26702)
This commit is contained in:
committed by
GitHub
parent
a6290702d2
commit
dfc614bdc3
2
.github/workflows/superset-websocket.yml
vendored
2
.github/workflows/superset-websocket.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user