Skip to content

Fix ConsensusHex linter error #114

Fix ConsensusHex linter error

Fix ConsensusHex linter error #114

Workflow file for this run

on: [pull_request, push]
name: Lint
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: run protolint
uses: plexsystems/[email protected]
with:
configDirectory: .
srcDirectory: proto
- name: Install buf
uses: bufbuild/buf-action@v1
with:
setup_only: true
- name: Buf lint
run: buf lint --error-format github-actions