From 1ef8b258aecbedad75b03df0895de99d446ff2b3 Mon Sep 17 00:00:00 2001 From: ChrisLiu Date: Tue, 27 Sep 2022 11:01:43 +0800 Subject: [PATCH] add golangci-lint timeout arg Signed-off-by: ChrisLiu --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 80e12270..c0bf0def 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -46,7 +46,7 @@ jobs: uses: golangci/golangci-lint-action@v3.2.0 with: version: ${{ env.GOLANGCI_VERSION }} - args: --verbose + args: --verbose --timeout=10m skip-pkg-cache: true markdownlint-misspell-shellcheck: