Skip to content

chore(ci): add support for pushing proto definitions to Buf Schema Registry #1

chore(ci): add support for pushing proto definitions to Buf Schema Registry

chore(ci): add support for pushing proto definitions to Buf Schema Registry #1

Workflow file for this run

name: buf-ci
on:
push:
branches:
- main
- "v[0-9]+.x"
pull_request:
permissions:
contents: read
pull-requests: write
jobs:
buf:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: bufbuild/buf-setup-action@v1
- uses: bufbuild/buf-breaking-action@v1
with:
input: pb
against: 'https://github.com/celestiaorg/go-square.git#branch=main,subdir=proto'
- uses: bufbuild/buf-lint-action@v1
with:
input: pb