build(deps): bump bufbuild/buf-setup-action from 1.28.1 to 1.41.0 #772
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Buf Linter | |
on: | |
pull_request: | |
branches: | |
- main | |
- release/* | |
paths-ignore: | |
- '**.md' | |
- 'docs/mkdocs.yml' | |
jobs: | |
buf: | |
name: buf-lint-action | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: bufbuild/buf-setup-action@v1.41.0 | |
# The main proto options definitions referenced by users. | |
- uses: bufbuild/buf-lint-action@v1 | |
with: | |
input: proto | |
# Test cases for protoc-gen-gorm. | |
- uses: bufbuild/buf-lint-action@v1 | |
with: | |
input: internal/gengorm/test | |
# Internal definitions used in tests. | |
- uses: bufbuild/buf-lint-action@v1 | |
with: | |
input: internal/require |