Skip to content

Commit

Permalink
ci: check code generation
Browse files Browse the repository at this point in the history
  • Loading branch information
Sysix committed Nov 11, 2024
1 parent 0f17945 commit 6c05641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
run: pnpm run format

- name: Check for git diff
run: git diff-index --quiet HEAD --
run: git diff --exit-code --quiet

0 comments on commit 6c05641

Please sign in to comment.