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 Jan 30, 2023
1 parent f35cd18 commit f08351a
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 f08351a

Please sign in to comment.