Skip to content

Upgrade to buf-action@v1 #2

Upgrade to buf-action@v1

Upgrade to buf-action@v1 #2

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:
build:
name: Check protos
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: bufbuild/buf-action@v1
with:
format: false
lint: true
breaking: true
push: true
input: "api"
token: ${{ secrets.BUF_TOKEN }}