Skip to content

Commit

Permalink
ci: Fix formatting check workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
obiwac committed Sep 29, 2024
1 parent a004642 commit e016b3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
pnpm install
- name: Check formatting
run: |
pnpm run format:check
prettier --check .

0 comments on commit e016b3b

Please sign in to comment.