Skip to content

Use buf-action in CI (#8) #7

Use buf-action in CI (#8)

Use buf-action in CI (#8) #7

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-20.04
steps:
- uses: actions/checkout@v4
- uses: bufbuild/[email protected]
with:
token: ${{ secrets.BUF_TOKEN }}
version: "1.32.2"