Skip to content

Commit

Permalink
syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
winder committed Jul 30, 2024
1 parent a91f4bb commit e224e32
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 --porcelain=v1 && echo "Modified files detected, run 'make generate'" && exit 1
[ -z git status --porcelain=v1 2>/dev/null ] || git status --porcelain=v1 && echo "Modified files detected, run 'make generate'" && exit 1

0 comments on commit e224e32

Please sign in to comment.