Skip to content

Commit

Permalink
update web workflow Format steps to use npm run format:check
Browse files Browse the repository at this point in the history
  • Loading branch information
fariss committed Aug 8, 2024
1 parent 05575e1 commit 1af97f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/deploy-webui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/web-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1af97f6

Please sign in to comment.