We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 507af27 commit 8fbb28fCopy full SHA for 8fbb28f
.github/workflows/go.yml
@@ -34,8 +34,6 @@ jobs:
34
echo "::set-output name=go-build::$(go env GOCACHE)"
35
echo "::set-output name=go-mod::$(go env GOMODCACHE)"
36
37
- - uses: actions/checkout@v2
38
-
39
- name: Go Build Cache
40
uses: actions/cache@v2
41
with:
@@ -49,6 +47,8 @@ jobs:
49
47
key: ${{ runner.os }}-go-mod-${{ hashFiles('**/go.sum') }}
50
48
51
+ - uses: actions/checkout@v2
+
52
- run: go mod download && go mod tidy && go mod verify
53
- if: runner.os == 'Linux'
54
run: git --no-pager diff && [[ $(git --no-pager diff --name-only | wc -l) = 0 ]]
0 commit comments