Skip to content

Commit

Permalink
Error out on any changes to files in the repository after generation
Browse files Browse the repository at this point in the history
This ensures that untracked files are correctly accounted for.
  • Loading branch information
pradyunsg committed Jul 15, 2022
1 parent 9e6be91 commit 9c5d309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- run: nox -s generate
- name: Check regenerated scripts vs what is generated by automation.
run: git diff --exit-code
run: test -n "$(git status --porcelain)"

work-as-advertised:
name: "work as advertised"
Expand Down

0 comments on commit 9c5d309

Please sign in to comment.