Skip to content

Commit

Permalink
Fix format check step
Browse files Browse the repository at this point in the history
  • Loading branch information
feihong committed Mar 26, 2024
1 parent 090744d commit 61fa98c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Install all deps
run: npm run install:npm-opam
- name: Format check
run: npm run format-check
run: npm run format:check
- name: Bundle the demo app
run: npm run bundle
- name: Install dependencies for VitePress
Expand Down

0 comments on commit 61fa98c

Please sign in to comment.