Skip to content

Commit 6df91ae

Browse files
committed
recovery golangci
1 parent 6b1680d commit 6df91ae

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
@@ -18,7 +18,7 @@ jobs:
1818
# This workflow contains a single job called "build"
1919
golangci-lint:
2020
# The type of runner that the job will run on
21-
runs-on: macos-latest
21+
runs-on: ubuntu-latest
2222

2323
# Steps represent a sequence of tasks that will be executed as part of the job
2424
steps:
@@ -41,5 +41,5 @@ jobs:
4141
version: v1.45.2
4242
#version: v1.54
4343
working-directory: ./tencentcloud
44-
args: --new-from-rev=origin/master -v
44+
args: --new-from-rev=origin/master --config=.golangci.yml --issues-exit-code=0 -v
4545
#args: --enable-all --max-same-issues=0 --max-issues-per-linter=0 --new-from-rev=origin/master -v

0 commit comments

Comments
 (0)