Having already been bitten by my grammar & generated code being out of sync from the very first time they were committed to the repo, this adds a check to the CI workflow to test whether running tree-sitter generate results in any changes to the generated files; if so, pull request merges will be blocked.
Having already been bitten by my grammar & generated code being out of sync from the very first time they were committed to the repo, this adds a check to the CI workflow to test whether running
tree-sitter generate
results in any changes to the generated files; if so, pull request merges will be blocked.