We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7922f12 commit 5177d3cCopy full SHA for 5177d3c
.github/workflows/golangci-lint.yml
@@ -2,6 +2,10 @@ name: golangci-lint
2
on:
3
merge_group:
4
pull_request:
5
+permissions:
6
+ contents: read
7
+ checks: write
8
+ pull-requests: read
9
jobs:
10
golangci:
11
name: lint
0 commit comments