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 6b1680d commit 6df91aeCopy full SHA for 6df91ae
.github/workflows/golangci-lint.yml
@@ -18,7 +18,7 @@ jobs:
18
# This workflow contains a single job called "build"
19
golangci-lint:
20
# The type of runner that the job will run on
21
- runs-on: macos-latest
+ runs-on: ubuntu-latest
22
23
# Steps represent a sequence of tasks that will be executed as part of the job
24
steps:
@@ -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 -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