can now re-enable check #25
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: buf | |
on: | |
push: | |
jobs: | |
lint: | |
runs-on: ubuntu-20.04 | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: bufbuild/buf-setup-action@v1 | |
- uses: bufbuild/[email protected] | |
with: | |
buf_token: ${{ secrets.BUF_TOKEN }} | |
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/reflect | |
buf_token: ${{ secrets.BUF_TOKEN }} | |
# this module is not manually pushed but managed instead: https://github.com/bufbuild/modules |