Skip to content

Add sortition penalties #573

Add sortition penalties

Add sortition penalties #573

Workflow file for this run

name: Buf Linter
on:
pull_request:
paths:
- '**.proto'
- '**/buf.*'
- '**/buf.*.*'
- '**/Makefile'
permissions:
contents: read
pull-requests: write
jobs:
buf:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: bufbuild/buf-action@v1
with:
input: 'x/emissions/proto'
format: true
lint: true
breaking: false
- uses: bufbuild/buf-action@v1
with:
input: 'x/mint/proto'
format: true
lint: true
breaking: false