Skip to content

refactor(network): updates to support buf lint and generation in opin… #37

refactor(network): updates to support buf lint and generation in opin…

refactor(network): updates to support buf lint and generation in opin… #37

Workflow file for this run

name: Buf
on:
workflow_dispatch:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
buf-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: bufbuild/buf-setup-action@v1
- uses: bufbuild/buf-lint-action@v1