Skip to content

fix(config): ignore abci section on seeds (#785) #485

fix(config): ignore abci section on seeds (#785)

fix(config): ignore abci section on seeds (#785) #485

Workflow file for this run

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/buf-setup-action@v1.31.0
- uses: bufbuild/buf-lint-action@v1
with:
input: "proto"