Corrected indentation

This commit is contained in:
Holger Obermaier
2026-01-23 14:25:55 +01:00
parent 43fd38060d
commit 80d57b2389

View File

@@ -57,7 +57,7 @@ jobs:
golangci-lint run | reviewdog -f=golangci-lint -reporter=github-check -filter-mode=nofilter -fail-level none
env:
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# Running the linter requires likwid.h, which gets downloaded in the build step
- name: Run Static Analysis with go vet and Upload Report with reviewdog
run: |