We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a740801 commit f1abe95Copy full SHA for f1abe95
.github/workflows/golangci-lint.yml
@@ -11,6 +11,8 @@ permissions:
11
contents: read
12
# Optional: allow read access to pull request. Use with `only-new-issues` option.
13
# pull-requests: read
14
+ # Optional: allow write access to checks to allow the action to annotate code in the PR.
15
+ checks: write
16
17
jobs:
18
golangci:
0 commit comments