Skip to content

Commit df1b825

Browse files
committed
Test lint
1 parent 04c4776 commit df1b825

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ on: [ pull_request ]
44
permissions:
55
# Required: allow read access to the content for analysis.
66
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
117

128
jobs:
139
golangci:
@@ -18,8 +14,9 @@ jobs:
1814
- uses: actions/setup-go@v5
1915
with:
2016
go-version-file: go.mod
17+
cache: false
2118
- name: golangci-lint
22-
uses: golangci/golangci-lint-action@v3.7.0
19+
uses: golangci/golangci-lint-action@v3
2320
with:
2421
version: v1.54
2522

0 commit comments

Comments
 (0)