Add missing secrete

This commit is contained in:
Holger Obermaier
2026-01-23 13:43:14 +01:00
parent 32be9d8fa9
commit 9e0f4d12e0

View File

@@ -58,6 +58,8 @@ jobs:
- name: Run Static Analysis with go vet and Upload Report with reviewdog
run: |
go vet ./... | reviewdog -f=govet -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 staticcheck and Upload Report with reviewdog