Skip to content

Fixes VCS build info not being included in the GH pipeline and adds e… #522

Fixes VCS build info not being included in the GH pipeline and adds e…

Fixes VCS build info not being included in the GH pipeline and adds e… #522

Workflow file for this run

name: Lint
on: [ push, pull_request ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.22
- run: go mod download
- run: .github/workflows/check-fmt
- run: .github/workflows/check-generate