Skip to content

Commit 9e0486a

Browse files
committed
refactor(ci): golangci-lint refactor
1 parent 93ad179 commit 9e0486a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ jobs:
4444
golangci_lint_flags: '--tests=false --timeout=25m --disable-all -E errcheck'
4545
tool_name: errcheck
4646
level: info
47-
working-directory: ./tencentcloud
47+
workdir: ./tencentcloud
4848
args: --new-from-rev=origin/master -v
49-
version: 'v1.55.1'
5049
#uses: golangci/golangci-lint-action@v3
5150
#with:
51+
#version: 'v1.55.1'
5252
#version: v1.45.2
5353
##version: v1.54
5454
#working-directory: ./tencentcloud

0 commit comments

Comments
 (0)