Skip to content

Buf linter error

Buf linter error #1

Workflow file for this run

name: Code Linter Check
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
linting:
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: '1.22.4'
- name: Checkout code
uses: actions/checkout@v3
- name: Install devtools
run: make devtools
- name: Run linter
run: make lint