From bd582dbd2db7802a47815d4c90a62ccd0faddc40 Mon Sep 17 00:00:00 2001 From: cktsun1031 <65409152+cktsun1031@users.noreply.github.com> Date: Mon, 6 Nov 2023 21:29:44 +0800 Subject: [PATCH] Added timeout argument to linting process in GitHub workflow --- .github/workflows/lint.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 5753e003..545f9c4c 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -36,6 +36,7 @@ jobs: with: install-mode: binary version: latest + args: --timeout=10m - name: Test Build of Go run: go build