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 278e29e commit 04c4776Copy full SHA for 04c4776
.github/workflows/lint.yml
@@ -1,6 +1,14 @@
1
name: Lint
2
on: [ pull_request ]
3
4
+permissions:
5
+ # Required: allow read access to the content for analysis.
6
+ contents: read
7
+ # Optional: allow read access to pull request. Use with `only-new-issues` option.
8
+ pull-requests: read
9
+ # Optional: Allow write access to checks to allow the action to annotate code in the PR.
10
+ checks: write
11
+
12
jobs:
13
golangci:
14
name: lint
0 commit comments