We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93c93dc commit 9b47448Copy full SHA for 9b47448
.github/workflows/golangci-lint.yaml
@@ -23,4 +23,6 @@ jobs:
23
with:
24
version: v1.49.0
25
# Optional: show only new issues if it's a pull request. The default value is `false`.
26
- only-new-issues: true
+ only-new-issues: true
27
+ args: --timeout=5m
28
+
0 commit comments