Skip to content

Commit

Permalink
Add buf-breaking-action
Browse files Browse the repository at this point in the history
  • Loading branch information
smallsamantha committed Oct 27, 2023
1 parent b4a37fa commit 6f62bd1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/buf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,21 @@ jobs:
- uses: actions/checkout@v3
- uses: bufbuild/buf-setup-action@v1
- uses: bufbuild/[email protected]
breaking:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: bufbuild/buf-setup-action@v1
- uses: bufbuild/[email protected]
with:
against: buf.build/bufbuild/knit
push:
environment: production
runs-on: ubuntu-20.04
if: github.ref == 'refs/heads/main'
needs:
- lint
- breaking
steps:
- uses: actions/checkout@v3
- uses: bufbuild/buf-setup-action@v1
Expand Down

0 comments on commit 6f62bd1

Please sign in to comment.