Skip to content

Commit

Permalink
Merge pull request #4739 from MichaelEischer/ci-allow-annotations
Browse files Browse the repository at this point in the history
CI: Allow golangci-lint to annotate PRs
  • Loading branch information
MichaelEischer committed Mar 28, 2024
2 parents d1d773c + 5c4a4b4 commit a8face3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a8face3

Please sign in to comment.