We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15cb8d2 commit bf0d256Copy full SHA for bf0d256
.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