Skip to content

feat: re-fork cometbft-bera onto the v0.40.x line #178

feat: re-fork cometbft-bera onto the v0.40.x line

feat: re-fork cometbft-bera onto the v0.40.x line #178

Workflow file for this run

name: Protobuf Lint
on:
pull_request:
paths:
- 'proto/**'
push:
branches:
- v0.38.x
paths:
- 'proto/**'
permissions:
contents: read
pull-requests: write
jobs:
lint:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- uses: bufbuild/buf-action@8c6a16e16f12ba20b6470afa9c2ba9b5ba8c97c3 # v1.5.0
with:
input: 'proto'
version: '1.66.0'