Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
winder committed Jul 30, 2024
1 parent 71cb1fb commit bf503c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codegen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
run: make generate
- name: ensure no changes
run: |
[ -z git status --porcelain=v1 2>/dev/null ] || { git status; git diff; echo "Error: modified files detected, run 'make generate'."; exit 1; }
[ -z git status --porcelain=v1 2>/dev/null ] && { git status; git diff; echo "Error: modified files detected, run 'make generate'."; exit 1; }

0 comments on commit bf503c0

Please sign in to comment.