CI: Allow golangci-lint to annotate PRs

This commit is contained in:
Michael Eischer 2024-03-28 17:09:59 +01:00
parent d1d773cfcd
commit 5c4a4b4a30
1 changed files with 4 additions and 0 deletions

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