Skip to content

feat(buf): add badge for reporting buf ci operation #318

feat(buf): add badge for reporting buf ci operation

feat(buf): add badge for reporting buf ci operation #318

Workflow file for this run

name: Buf CI
on:
workflow_dispatch:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
buf-checking:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: bufbuild/buf-action@v1
with:
version: 1.50.0
token: ${{ secrets.BUF_TOKEN}}
lint: true
format: false
breaking: false