Skip to content

Buf CI

Buf CI #65

Workflow file for this run

name: Buf CI
on:
push:
paths:
- '**.proto'
- '**/buf.yaml'
- '**/buf.lock'
- '**/buf.md'
- '**/README.md'
- '**/LICENSE'
- '.github/workflows/buf-ci.yaml'
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:
input: proto
breaking_against: 'buf.build/connectrpc/conformance'
token: ${{ secrets.BUF_TOKEN }}