.github: add lint step

This commit is contained in:
Sina Mahmoodi 2025-01-23 13:44:21 +01:00
parent a840e9b59f
commit 1aaca9956f

View file

@ -17,6 +17,11 @@ jobs:
with: with:
go-version: 1.23.0 go-version: 1.23.0
cache: false cache: false
- name: Lint
run: go run build/ci.go lint
env:
GOOS: linux
GOARCH: 386
- name: Run tests - name: Run tests
run: go test -short ./... run: go test -short ./...
env: env: