Skip to content

Commit

Permalink
Re-enable buf breaking in CI (#838)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhump committed Mar 22, 2024
1 parent b6f54d7 commit ce5a0ec
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/buf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: bufbuild/buf-setup-action@v1
# TODO: this change is technically wire- and json-compatible
# but "buf breaking"'s checks are too strict and disallow
# renaming messages :(
# So we have to disable this check for this change and
# must re-enable ASAP after this change is merged.
# - uses: bufbuild/buf-breaking-action@v1.1.3
# with:
# input: proto
# against: 'buf.build/connectrpc/conformance'
- uses: bufbuild/buf-breaking-action@v1.1.3
with:
input: proto
against: 'buf.build/connectrpc/conformance'
push:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
Expand Down

0 comments on commit ce5a0ec

Please sign in to comment.