mirror of
https://github.com/mandiant/capa.git
synced 2025-12-05 20:40:05 -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
|
||||
|
||||
2
.github/workflows/web-tests.yml
vendored
2
.github/workflows/web-tests.yml
vendored
@@ -34,7 +34,7 @@ jobs:
|
||||
working-directory: ./web/explorer
|
||||
|
||||
- name: Format
|
||||
run: npm run format
|
||||
run: npm run format:check
|
||||
working-directory: ./web/explorer
|
||||
|
||||
- name: Run unit tests
|
||||
|
||||
Reference in New Issue
Block a user