Skip to content

Commit 5177d3c

Browse files
authored
ci: enable golangci-lint annotations (#2648)
1 parent 7922f12 commit 5177d3c

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)