mirror of
https://github.com/mandiant/capa.git
synced 2026-01-27 23:35:25 -08:00
update web workflow Format steps to use npm run format:check
This commit is contained in:
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