Only run go vet

This commit is contained in:
Holger Obermaier
2026-01-23 11:00:01 +01:00
parent 86f835ac27
commit 97483a2e78

View File

@@ -39,11 +39,11 @@ jobs:
# See: https://github.com/golangci/golangci-lint-action
# Running the linter requires likwid.h, which gets downloaded in the build step
- name: Static Analysis with GolangCI-Lint
uses: golangci/golangci-lint-action@v4
with:
version: latest
args: --verbose
#- name: Static Analysis with GolangCI-Lint
# uses: golangci/golangci-lint-action@v4
# with:
# version: latest
# args: --verbose
# Running the linter requires likwid.h, which gets downloaded in the build step
- name: Run static analysis with go vet