We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee9334e commit 602d5fcCopy full SHA for 602d5fc
.github/workflows/lint.yml
@@ -3,6 +3,10 @@ name: Lint
3
on:
4
pull_request:
5
6
+permissions:
7
+ contents: read
8
+ pull-requests: read
9
+
10
jobs:
11
golangci:
12
name: golangci‑lint
0 commit comments