Skip to content

Commit eb8b54b

Browse files
committed
increase lint timeout
1 parent 28cc756 commit eb8b54b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,12 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- uses: actions/checkout@v2
19+
# https://github.com/golangci/golangci-lint-action
1920
- name: golangci-lint
2021
uses: golangci/golangci-lint-action@v2
2122
with:
2223
version: v1.42
24+
args: --timeout=5m
2325
build:
2426
runs-on: ubuntu-latest
2527
permissions:

0 commit comments

Comments
 (0)