Skip to content

Commit

Permalink
add golangci-lint timeout arg
Browse files Browse the repository at this point in the history
Signed-off-by: ChrisLiu <[email protected]>
  • Loading branch information
chrisliu1995 committed Sep 27, 2022
1 parent ba2f55d commit 1ef8b25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
uses: golangci/[email protected]
with:
version: ${{ env.GOLANGCI_VERSION }}
args: --verbose
args: --verbose --timeout=10m
skip-pkg-cache: true

markdownlint-misspell-shellcheck:
Expand Down

0 comments on commit 1ef8b25

Please sign in to comment.