Skip to content

Commit bdc2d88

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,10 @@ jobs:
4141
- name: golangci-lint
4242
uses: reviewdog/action-golangci-lint@v2
4343
with:
44-
golangci_lint_flags: '--tests=false --timeout=25m --disable-all -E errcheck'
44+
golangci_lint_flags: '--new-from-rev=origin/master --tests=false --timeout=25m --disable-all -E errcheck -v'
4545
tool_name: errcheck
4646
level: info
4747
workdir: ./tencentcloud
48-
args: --new-from-rev=origin/master -v
4948
#uses: golangci/golangci-lint-action@v3
5049
#with:
5150
#version: 'v1.55.1'

0 commit comments

Comments
 (0)