mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2026-01-27 15:01:45 +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
|
# See: https://github.com/golangci/golangci-lint-action
|
||||||
# Running the linter requires likwid.h, which gets downloaded in the build step
|
# Running the linter requires likwid.h, which gets downloaded in the build step
|
||||||
- name: Static Analysis with GolangCI-Lint
|
#- name: Static Analysis with GolangCI-Lint
|
||||||
uses: golangci/golangci-lint-action@v4
|
# uses: golangci/golangci-lint-action@v4
|
||||||
with:
|
# with:
|
||||||
version: latest
|
# version: latest
|
||||||
args: --verbose
|
# args: --verbose
|
||||||
|
|
||||||
# Running the linter requires likwid.h, which gets downloaded in the build step
|
# Running the linter requires likwid.h, which gets downloaded in the build step
|
||||||
- name: Run static analysis with go vet
|
- name: Run static analysis with go vet
|
||||||
|
|||||||
Reference in New Issue
Block a user