Run staticcheck as part of GitHub CI

Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
Jonathon Anderson
2025-01-28 13:56:34 -07:00
parent 537358f88e
commit 3f652ceb02
4 changed files with 11 additions and 1 deletions

View File

@@ -28,7 +28,7 @@ jobs:
with:
go-version: ${{ matrix.go-version }}
- name: Check Warewulf code with golang linter (golang ${{ matrix.go-version }})
run: make lint
run: make lint staticcheck
vet:
runs-on: ubuntu-latest