add golangci-lint timeout arg

Signed-off-by: ChrisLiu <chrisliu1995@163.com>
This commit is contained in:
ChrisLiu 2022-09-27 11:01:43 +08:00
parent ba2f55d4fd
commit 1ef8b258ae
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ jobs:
uses: golangci/golangci-lint-action@v3.2.0 uses: golangci/golangci-lint-action@v3.2.0
with: with:
version: ${{ env.GOLANGCI_VERSION }} version: ${{ env.GOLANGCI_VERSION }}
args: --verbose args: --verbose --timeout=10m
skip-pkg-cache: true skip-pkg-cache: true
markdownlint-misspell-shellcheck: markdownlint-misspell-shellcheck: