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 8cc3c79 commit 5a86bb9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/codegen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ jobs:
- name: Generate mocks
run: go generate ./...
- name: ensure no changes
run: [ -z git status --porcelain=v1 2>/dev/null ] || echo "Modified files detected"; exit 1
run: |
[ -z git status --porcelain=v1 2>/dev/null ] || echo "Modified files detected" && exit 1

0 comments on commit 5a86bb9

Please sign in to comment.