Skip to content

Commit

Permalink
ci: show format diff (#18373)
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red authored Oct 17, 2024
1 parent 1644321 commit c37e996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ jobs:
run: pnpm run lint

- name: Check formatting
run: pnpm prettier --check .
run: pnpm prettier --write --log-level=warn . && git diff --exit-code

- name: Typecheck
run: pnpm run typecheck
Expand Down

0 comments on commit c37e996

Please sign in to comment.