Skip to content

Protobuf linter

Protobuf linter #1

Workflow file for this run

name: Buf CI
on:
pull_request:
paths:
- '**.proto'
- '**/buf.yaml'
- '**/buf.lock'
permissions:
contents: read
pull-requests: write
jobs:
buf:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: bufbuild/buf-action@v1
with:
format: false
breaking: false
lint: true