Skip to content

Commit 8fbb28f

Browse files
committed
wu
Signed-off-by: Pierre Fenoll <pierrefenoll@gmail.com>
1 parent 507af27 commit 8fbb28f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ jobs:
3434
echo "::set-output name=go-build::$(go env GOCACHE)"
3535
echo "::set-output name=go-mod::$(go env GOMODCACHE)"
3636
37-
- uses: actions/checkout@v2
38-
3937
- name: Go Build Cache
4038
uses: actions/cache@v2
4139
with:
@@ -49,6 +47,8 @@ jobs:
4947
key: ${{ runner.os }}-go-mod-${{ hashFiles('**/go.sum') }}
5048

5149

50+
- uses: actions/checkout@v2
51+
5252
- run: go mod download && go mod tidy && go mod verify
5353
- if: runner.os == 'Linux'
5454
run: git --no-pager diff && [[ $(git --no-pager diff --name-only | wc -l) = 0 ]]

0 commit comments

Comments
 (0)