Skip to content

build(deps): bump google.golang.org/protobuf from 1.32.0 to 1.34.0 #756

build(deps): bump google.golang.org/protobuf from 1.32.0 to 1.34.0

build(deps): bump google.golang.org/protobuf from 1.32.0 to 1.34.0 #756

Workflow file for this run

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.28.1
# 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