Skip to content

Custom abci interface to extended Tendermint abci interface #52

Custom abci interface to extended Tendermint abci interface

Custom abci interface to extended Tendermint abci interface #52

Workflow file for this run

name: Protobuf Lint
on:
pull_request:
paths:
- 'proto/**'
push:
paths:
- 'proto/**'
jobs:
lint:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v3
- uses: bufbuild/buf-setup-action@v1.25.0
- uses: bufbuild/buf-lint-action@v1
with:
input: 'proto'