mirror of
https://github.com/apache/superset.git
synced 2026-04-07 18:35:15 +00:00
[Build] moves prettier check to separate script (#9591)
* [Build] moves prettier check to separate script * rename step: eslint -> lint
This commit is contained in:
3
.github/workflows/superset-frontend.yml
vendored
3
.github/workflows/superset-frontend.yml
vendored
@@ -13,10 +13,11 @@ jobs:
|
||||
uses: apache-superset/cached-dependencies@adc6f73
|
||||
with:
|
||||
run: npm-install
|
||||
- name: eslint
|
||||
- name: lint
|
||||
working-directory: ./superset-frontend
|
||||
run: |
|
||||
npm run lint
|
||||
npm run prettier-check
|
||||
- name: unit tests
|
||||
working-directory: ./superset-frontend
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user