From fa9bceefa28b331db13a3f57105e94398ac47047 Mon Sep 17 00:00:00 2001 From: max furman Date: Tue, 13 Apr 2021 15:42:54 -0700 Subject: [PATCH] [action] but golangci-lint timeout --- .github/workflows/release.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bcdd188a..eb171a4b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,7 +36,7 @@ jobs: # working-directory: somedir # Optional: golangci-lint command line arguments. - # args: --issues-exit-code=0 + args: --timeout=30m # Optional: show only new issues if it's a pull request. The default value is `false`. # only-new-issues: true diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a1e3a3f8..23f43b0e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -36,7 +36,7 @@ jobs: # working-directory: somedir # Optional: golangci-lint command line arguments. - # args: --issues-exit-code=0 + args: --timeout=30m # Optional: show only new issues if it's a pull request. The default value is `false`. # only-new-issues: true