Skip to content

Commit

Permalink
✏️ 修正lint
Browse files Browse the repository at this point in the history
  • Loading branch information
fumiama committed Aug 27, 2021
1 parent b1d1e1e commit e1ecea5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,6 @@ jobs:
uses: actions/setup-go@v2
with:
go-version: 1.17

- name: Cache Go
id: cache
uses: actions/cache@v2
with:
# A list of files, directories, and wildcard patterns to cache and restore
path: ~/go/pkg/mod
key: ${{ runner.os }}-build-${{ hashFiles('**/go.sum') }}

- name: Check out code into the Go module directory
uses: actions/checkout@v2
Expand Down
8 changes: 0 additions & 8 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,6 @@ jobs:
uses: actions/setup-go@v2
with:
go-version: 1.17

- name: Cache Go
id: cache
uses: actions/cache@v2
with:
# A list of files, directories, and wildcard patterns to cache and restore
path: ~/go/pkg/mod
key: ${{ runner.os }}-build-${{ hashFiles('**/go.sum') }}

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

0 comments on commit e1ecea5

Please sign in to comment.