This commit is contained in:
源文雨 2022-03-20 14:40:47 +08:00
parent 5e301ccaaf
commit 6e2b10b788
3 changed files with 6 additions and 1 deletions

View File

@ -25,6 +25,9 @@ jobs:
# Optional: golangci-lint command line arguments.
# args: --issues-exit-code=0
# Optional: if set to true then the action will use pre-installed Go.
skip-go-installation: true
# Optional: show only new issues if it's a pull request. The default value is `false`.
# only-new-issues: true

View File

@ -18,6 +18,8 @@ jobs:
with:
version: latest
args: --issues-exit-code=0
# Optional: if set to true then the action will use pre-installed Go.
skip-go-installation: true
- name: Commit back
continue-on-error: true
run: |

View File

@ -26,7 +26,7 @@ linters:
- exhaustive
#- funlen
#- goconst
#- gocritic
- gocritic
#- gocyclo
- gofmt
- goimports