Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit bf0d256

Browse files
Codelaxjremy42
authored andcommittedJul 23, 2024
ci: enable golangci-lint annotations (#2648)
1 parent 15cb8d2 commit bf0d256

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎.github/workflows/golangci-lint.yml

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ name: golangci-lint
22
on:
33
merge_group:
44
pull_request:
5+
permissions:
6+
contents: read
7+
checks: write
8+
pull-requests: read
59
jobs:
610
golangci:
711
name: lint

0 commit comments

Comments
 (0)
Please sign in to comment.