mirror of
https://github.com/apache/superset.git
synced 2026-09-01 13:01:33 +00:00
feat(build): migrate from Prettier to Oxfmt for performant code formatting (#42434)
This commit is contained in:
@@ -41,9 +41,9 @@ jobs:
|
||||
- name: typescript checks
|
||||
working-directory: ./superset-websocket
|
||||
run: npm run type
|
||||
- name: prettier
|
||||
- name: code format check
|
||||
working-directory: ./superset-websocket
|
||||
run: npm run prettier-check
|
||||
run: npm run format-check
|
||||
- name: unit tests
|
||||
working-directory: ./superset-websocket
|
||||
run: npm run test
|
||||
|
||||
Reference in New Issue
Block a user