From 97483a2e78452739ac960db3817dd3c5439cfb76 Mon Sep 17 00:00:00 2001 From: Holger Obermaier <40787752+ho-ob@users.noreply.github.com> Date: Fri, 23 Jan 2026 11:00:01 +0100 Subject: [PATCH] Only run go vet --- .github/workflows/runonce.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/runonce.yml b/.github/workflows/runonce.yml index c978578..5365883 100644 --- a/.github/workflows/runonce.yml +++ b/.github/workflows/runonce.yml @@ -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