Skip to content

Commit 31d4026

Browse files
committed
使golangci-lint显示问题但不导致工作流失败
1 parent 50a1edb commit 31d4026

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/go-test-lint.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,6 @@ jobs:
5656
uses: golangci/golangci-lint-action@v3
5757
with:
5858
version: v1.55.2
59-
args: --timeout=5m
59+
args: --timeout=5m --issues-exit-code=0
60+
skip-pkg-cache: true
61+
skip-build-cache: true

0 commit comments

Comments
 (0)