We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50a1edb commit 31d4026Copy full SHA for 31d4026
.github/workflows/go-test-lint.yaml
@@ -56,4 +56,6 @@ jobs:
56
uses: golangci/golangci-lint-action@v3
57
with:
58
version: v1.55.2
59
- args: --timeout=5m
+ args: --timeout=5m --issues-exit-code=0
60
+ skip-pkg-cache: true
61
+ skip-build-cache: true
0 commit comments