Skip to content

Commit e1ecea5

Browse files
committed
✏️ 修正lint
1 parent b1d1e1e commit e1ecea5

2 files changed

Lines changed: 0 additions & 16 deletions

File tree

.github/workflows/pull.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,6 @@ jobs:
99
uses: actions/setup-go@v2
1010
with:
1111
go-version: 1.17
12-
13-
- name: Cache Go
14-
id: cache
15-
uses: actions/cache@v2
16-
with:
17-
# A list of files, directories, and wildcard patterns to cache and restore
18-
path: ~/go/pkg/mod
19-
key: ${{ runner.os }}-build-${{ hashFiles('**/go.sum') }}
2012

2113
- name: Check out code into the Go module directory
2214
uses: actions/checkout@v2

.github/workflows/push.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,6 @@ jobs:
99
uses: actions/setup-go@v2
1010
with:
1111
go-version: 1.17
12-
13-
- name: Cache Go
14-
id: cache
15-
uses: actions/cache@v2
16-
with:
17-
# A list of files, directories, and wildcard patterns to cache and restore
18-
path: ~/go/pkg/mod
19-
key: ${{ runner.os }}-build-${{ hashFiles('**/go.sum') }}
2012

2113
- name: Check out code into the Go module directory
2214
uses: actions/checkout@v2

0 commit comments

Comments
 (0)