We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 858a481 commit dfd84acCopy full SHA for dfd84ac
.github/workflows/golangci-lint.yml
@@ -12,15 +12,13 @@ on:
12
13
permissions:
14
contents: read
15
+ pull-requests: read # for golangci/golangci-lint-action to fetch pull requests
16
17
jobs:
18
golangci:
- permissions:
19
- contents: read # for actions/checkout to fetch code
20
- pull-requests: read # for golangci/golangci-lint-action to fetch pull requests
21
name: lint
22
runs-on: ubuntu-latest
23
steps:
24
- uses: actions/checkout@v4
25
- name: golangci-lint
26
- uses: golangci/golangci-lint-action@v6
+ uses: golangci/golangci-lint-action@v6.5.0
.golangci.yml
@@ -1,4 +1,3 @@
1
run:
2
- concurrency: 8
3
- deadline: 5m
+ timeout: 5m
4
tests: false
0 commit comments