mirror of
https://github.com/mandiant/capa.git
synced 2025-12-11 07:10:39 -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
|
- name: Lint
|
||||||
run: npm run lint
|
run: npm run lint
|
||||||
working-directory: ./web/explorer
|
working-directory: ./web/explorer
|
||||||
|
- name: Format
|
||||||
|
run: npm run format:check
|
||||||
|
working-directory: ./web/explorer
|
||||||
- name: Run unit tests
|
- name: Run unit tests
|
||||||
run: npm run test
|
run: npm run test
|
||||||
working-directory: ./web/explorer
|
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
|
working-directory: ./web/explorer
|
||||||
|
|
||||||
- name: Format
|
- name: Format
|
||||||
run: npm run format
|
run: npm run format:check
|
||||||
working-directory: ./web/explorer
|
working-directory: ./web/explorer
|
||||||
|
|
||||||
- name: Run unit tests
|
- name: Run unit tests
|
||||||
|
|||||||
Reference in New Issue
Block a user