Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a proto incompatibility check (#328)
We've had a couple recent cases (#327, #281) where we've accidentally made backwards incompatible changes to our protobufs. This seems preventable by adding in automated checks. I'm using https://github.com/bufbuild/buf-breaking-action and checking against main. I considered adding buf linting as well, but the linting detects tons of preexisting stylistic choices so it didn't seem worth doing so.
- Loading branch information