mirror of
https://github.com/mandiant/capa.git
synced 2026-01-07 02:04:11 -08:00
update web workflow Format steps to use npm run format:check
This commit is contained in:
3
.github/workflows/deploy-webui.yml
vendored
3
.github/workflows/deploy-webui.yml
vendored
@@ -46,6 +46,9 @@ jobs:
|
||||
- name: Lint
|
||||
run: npm run lint
|
||||
working-directory: ./web/explorer
|
||||
- name: Format
|
||||
run: npm run format:check
|
||||
working-directory: ./web/explorer
|
||||
- name: Run unit tests
|
||||
run: npm run test
|
||||
working-directory: ./web/explorer
|
||||
|
||||
Reference in New Issue
Block a user