Merge pull request #4739 from MichaelEischer/ci-allow-annotations

CI: Allow golangci-lint to annotate PRs
This commit is contained in:
Michael Eischer
2024-03-28 18:02:16 +01:00
committed by GitHub
+4
View File
@@ -247,6 +247,10 @@ jobs:
lint:
name: lint
runs-on: ubuntu-latest
permissions:
contents: read
# allow annotating code in the PR
checks: write
steps:
- name: Set up Go ${{ env.latest_go }}
uses: actions/setup-go@v5