Skip to content

Commit 771c789

Browse files
committed
make linting more verbose so that we can identify problems
1 parent cd09416 commit 771c789

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/golangci-lint.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
with:
2525
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
2626
version: latest
27+
args: --timeout 3m --verbose
2728

2829
# Optional: working directory, useful for monorepos
2930
# working-directory: somedir

0 commit comments

Comments
 (0)