fix(rpc): panic on block_results when consensus params change (#923) #571
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Protobuf Lint | |
on: | |
pull_request: | |
paths: | |
- "proto/**" | |
push: | |
branches: | |
- master | |
- v[0-9]+.[0-9]+-dev | |
jobs: | |
lint: | |
runs-on: ubuntu-latest | |
timeout-minutes: 5 | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: bufbuild/[email protected] | |
- uses: bufbuild/buf-lint-action@v1 | |
with: | |
input: "proto" |