Skip to content

feat(gno/dao): wip implementation of govdao using daokit #5276

feat(gno/dao): wip implementation of govdao using daokit

feat(gno/dao): wip implementation of govdao using daokit #5276

Workflow file for this run

name: Buf lint
on:
push:
branches:
- main
pull_request:
merge_group:
jobs:
lint-buf:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: bufbuild/buf-setup-action@v1.31.0
with:
version: 1.31.0
github_token: ${{ secrets.GITHUB_TOKEN }}
- name: Buf lint
run: make lint.buf