Skip to content

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

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

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

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:
against: 'https://github.com/celestiaorg/celestia-core.git#branch=v0.34.x-celestia'
- uses: bufbuild/buf-lint-action@v1