Skip to content

Setup buf modules and cleanup README (#3) #15

Setup buf modules and cleanup README (#3)

Setup buf modules and cleanup README (#3) #15

Workflow file for this run

name: Buf CI
on:
push:
pull_request:
types: [opened, synchronize, reopened, labeled, unlabeled]
delete:
permissions:
contents: read
pull-requests: write
jobs:
buf:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: bufbuild/buf-action@v1
with:
version: 1.50.0 # Keep in sync with Makefile BUF_VERSION
format: false # Turn off format, since most proto definitions are for testing
token: ${{ secrets.BUF_TOKEN }}