From 771c7898bc815eadec72c4eef3fe82769d32f980 Mon Sep 17 00:00:00 2001 From: Rafael Matias Date: Wed, 10 Aug 2022 16:36:39 +0200 Subject: [PATCH] make linting more verbose so that we can identify problems --- .github/workflows/golangci-lint.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/golangci-lint.yaml b/.github/workflows/golangci-lint.yaml index 2b9f983..eb9dbc3 100644 --- a/.github/workflows/golangci-lint.yaml +++ b/.github/workflows/golangci-lint.yaml @@ -24,6 +24,7 @@ jobs: with: # Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version version: latest + args: --timeout 3m --verbose # Optional: working directory, useful for monorepos # working-directory: somedir