Skip to content

Commit 93e3772

Browse files
committed
ci/golangci-lint: add checks permission
This permission is now needed so that the linter can annotate code in a PR (see [1]). [1] golangci/golangci-lint-action@bc1904f Signed-off-by: Kir Kolyshkin <[email protected]>
1 parent 9d2842d commit 93e3772

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/validate.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
permissions:
2626
contents: read
2727
pull-requests: read
28+
checks: write # to allow the action to annotate code in the PR.
2829
runs-on: ubuntu-22.04
2930
steps:
3031
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)