Skip to content

build(deps): go 1.23, mockery 2.46.2, golangci-lint 1.61 (#954) #586

build(deps): go 1.23, mockery 2.46.2, golangci-lint 1.61 (#954)

build(deps): go 1.23, mockery 2.46.2, golangci-lint 1.61 (#954) #586

Workflow file for this run

name: Protobuf Lint
on:
pull_request:
paths:
- "proto/**"
push:
branches:
- master
- v[0-9]+.[0-9]+-dev
jobs:
lint:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- uses: bufbuild/[email protected]
- uses: bufbuild/buf-lint-action@v1
with:
input: "proto"