From 6a9813abbf35cca9f987cbb8e5d03d27867ccf2e Mon Sep 17 00:00:00 2001 From: "Izaak Alpert (karlhungus)" Date: Wed, 13 Sep 2023 12:41:56 -0400 Subject: [PATCH] give golangci more time --- .github/workflows/golangci-lint.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index 20f12d8..19bcfd5 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -38,6 +38,7 @@ jobs: # Note: By default, the `.golangci.yml` file should be at the root of the repository. # The location of the configuration file can be changed by using `--config=` # args: --timeout=30m --config=/my/path/.golangci.yml --issues-exit-code=0 + args: --timeout=3m --verbose # Optional: show only new issues if it's a pull request. The default value is `false`. # only-new-issues: true