✏️ 修正lint

This commit is contained in:
fumiama 2021-08-27 16:59:43 +08:00
parent 3a3c9e5018
commit fe00ef8cfa
2 changed files with 2 additions and 1 deletions

View File

@ -37,7 +37,7 @@ jobs:
# only-new-issues: true
# Optional: if set to true then the action will use pre-installed Go.
# skip-go-installation: true
skip-go-installation: true
# Optional: if set to true then the action don't cache or restore ~/go/pkg.
# skip-pkg-cache: true

View File

@ -26,6 +26,7 @@ jobs:
with:
version: latest
args: --issues-exit-code=0
skip-go-installation: true
- name: Commit back
continue-on-error: true
run: |