Skip to content

feat: use buf.build binary to generate the proto files #7890

feat: use buf.build binary to generate the proto files

feat: use buf.build binary to generate the proto files #7890

Workflow file for this run

name: Lint
on:
pull_request:
push:
paths-ignore:
- '**.md'
branches:
- main
jobs:
lint:
name: Lint Go code
runs-on: ubuntu-latest
timeout-minutes: 6
steps:
- uses: actions/[email protected]
- uses: technote-space/[email protected]
with:
PATTERNS: |
**/*.go
go.mod
go.sum
- uses: golangci/golangci-lint-action@v3
with:
version: v1.52.1
args: --timeout 10m
github-token: ${{ secrets.github_token }}