Skip to content

Commit d96f2af

Browse files
committed
Test lint
1 parent 5b2faf0 commit d96f2af

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/lint.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
name: Lint
22
on: [ pull_request ]
33

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+
412
jobs:
513
golangci:
614
name: lint

0 commit comments

Comments
 (0)