mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2026-01-27 23:11:44 +01:00
Only run go vet
This commit is contained in:
10
.github/workflows/runonce.yml
vendored
10
.github/workflows/runonce.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user