Skip to content

Commit 6752924

Browse files
authored
Merge pull request #4202 from kolyshkin/golangci-annot
ci/golangci-lint: add checks permission
2 parents bb56ed9 + 93e3772 commit 6752924

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)