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 07b6f06 commit 978b7ddCopy full SHA for 978b7dd
.github/workflows/golangci-lint.yml
@@ -41,5 +41,5 @@ jobs:
41
version: v1.45.2
42
#version: v1.54
43
working-directory: ./tencentcloud
44
- args: --new-from-rev=origin/master --config=.golangci.yml --issues-exit-code=0 -v
+ args: --new-from-rev=origin/master --config=../.golangci.yml --issues-exit-code=0 -v
45
#args: --enable-all --max-same-issues=0 --max-issues-per-linter=0 --new-from-rev=origin/master -v
0 commit comments