Skip to content

Commit e4c513e

Browse files
authored
Merge pull request #77 from netdata/fix/linter-timeout
fix: increase linter timeout
2 parents 9b46df9 + c100418 commit e4c513e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
uses: golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc # v3.7.0
3333
with:
3434
version: latest
35+
args: --timeout 10m0s
3536

3637
generate:
3738
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)