Skip to content

Update proto/protovalidate/buf/validate/validate.proto #384

Update proto/protovalidate/buf/validate/validate.proto

Update proto/protovalidate/buf/validate/validate.proto #384

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:
buf:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: bufbuild/buf-action@v1
with:
# Push and archive are disabled because Protovalidate is managed in https://github.com/bufbuild/modules
push: false
archive: false