update web workflow Format steps to use npm run format:check

This commit is contained in:
Soufiane Fariss
2024-08-08 10:33:07 +02:00
parent 05575e1e92
commit 1af97f6681
2 changed files with 4 additions and 1 deletions

View File

@@ -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

View File

@@ -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