Add a --check
argument to cargo codegen
#3495
Labels
codegen/idl
🧑💻 dev experience
developer experience (excluding CI)
enhancement
New feature or request
good first issue
Good for newcomers
🏎️ Quick Issue
Can be fixed in a few hours or less
Milestone
This should do a dry-run and return an error code if any of the files would be modified.
This would be a bit clearer and less error prone in the CI check:
rerun/.github/workflows/reusable_checks.yml
Lines 138 to 140 in 50222c2
And would also be something that could be added to a git
pre-push
hook to reduce frequency of submitting code that's going to fail the codegen check.The text was updated successfully, but these errors were encountered: