Skip to content

Commit

Permalink
build(ci): Let golangci-lint create annotations on PRs (#43)
Browse files Browse the repository at this point in the history
Signed-off-by: jannfis <[email protected]>
  • Loading branch information
jannfis authored Mar 11, 2024
1 parent ba014f4 commit 58a9780
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
permissions:
contents: read # for actions/checkout to fetch code
pull-requests: read # for golangci/golangci-lint-action to fetch pull requests
checks: write
name: Lint Go code
runs-on: ubuntu-22.04
steps:
Expand Down

0 comments on commit 58a9780

Please sign in to comment.