This commit is contained in:
源文雨 2022-03-27 12:44:02 +08:00
parent e3a50cc014
commit 4e819eb5d9
3 changed files with 1 additions and 5 deletions

View File

@ -25,9 +25,6 @@ jobs:
# Optional: golangci-lint command line arguments. # Optional: golangci-lint command line arguments.
# args: --issues-exit-code=0 # 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`. # Optional: show only new issues if it's a pull request. The default value is `false`.
# only-new-issues: true # only-new-issues: true

View File

@ -18,8 +18,6 @@ jobs:
with: with:
version: latest version: latest
args: --issues-exit-code=0 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 - name: Commit back
continue-on-error: true continue-on-error: true
run: | run: |

View File

@ -62,6 +62,7 @@ run:
tests: false tests: false
skip-dirs: skip-dirs:
- order - order
go: '1.18'
# output configuration options # output configuration options
output: output: