Skip to content

Commit fe00ef8

Browse files
committed
✏️ 修正lint
1 parent 3a3c9e5 commit fe00ef8

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/pull.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
# only-new-issues: true
3838

3939
# Optional: if set to true then the action will use pre-installed Go.
40-
# skip-go-installation: true
40+
skip-go-installation: true
4141

4242
# Optional: if set to true then the action don't cache or restore ~/go/pkg.
4343
# skip-pkg-cache: true

.github/workflows/push.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
with:
2727
version: latest
2828
args: --issues-exit-code=0
29+
skip-go-installation: true
2930
- name: Commit back
3031
continue-on-error: true
3132
run: |

0 commit comments

Comments
 (0)