Skip to content

Merge pull request #16 from hduhelp/dependabot/go_modules/golang.org/… #168

Merge pull request #16 from hduhelp/dependabot/go_modules/golang.org/…

Merge pull request #16 from hduhelp/dependabot/go_modules/golang.org/… #168

Workflow file for this run

name: check buf lint
on:
push:
branches:
- main
pull_request:
branches:
- main
paths:
- "**.proto"
- "buf.yaml"
- ".github/workflows/buf-lint.yml"
jobs:
lint-protos:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: bufbuild/buf-setup-action@v1
- uses: bufbuild/buf-lint-action@v1