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 3, 2024
1 parent 0ed7fe0 commit 1ba2ee9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,4 @@ jobs:
run: pnpm run format

- name: Check for git diff
run: |
if [[ -n $(git status --porcelain) ]]; then
echo "changes=true" >> "$GITHUB_OUTPUT";
fi
run: git diff-index --quiet HEAD --

0 comments on commit 1ba2ee9

Please sign in to comment.