Skip to content

Bump github.com/bufbuild/protovalidate-go from 0.7.3 to 0.8.0 (#305) #202

Bump github.com/bufbuild/protovalidate-go from 0.7.3 to 0.8.0 (#305)

Bump github.com/bufbuild/protovalidate-go from 0.7.3 to 0.8.0 (#305) #202

Workflow file for this run

name: buf-push
on:
push:
branches: [ 'main' ]
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 }}