Skip to content

Commit

Permalink
fix: action で go のキャッシュを使わないようにした
Browse files Browse the repository at this point in the history
クォータの容量に問題が起きたら考えることにする。
  • Loading branch information
KEINOS committed May 27, 2021
1 parent abfdc7e commit 597a646
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/shellcheck_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,7 @@ jobs:
with:
go-version: 1.15.x

- name: Use Cache for Go
uses: actions/cache@v2
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
- name: Install latest shfmt
if: steps.cache.outputs.cache-hit != 'true'
run: GO111MODULE=on go get mvdan.cc/sh/v3/cmd/shfmt

- name: Run shfmt and shellcheck
Expand Down

0 comments on commit 597a646

Please sign in to comment.