Skip to content

Commit

Permalink
wu
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre Fenoll <pierrefenoll@gmail.com>
  • Loading branch information
fenollp committed Apr 23, 2021
1 parent 507af27 commit 8fbb28f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ jobs:
echo "::set-output name=go-build::$(go env GOCACHE)"
echo "::set-output name=go-mod::$(go env GOMODCACHE)"
- uses: actions/checkout@v2

- name: Go Build Cache
uses: actions/cache@v2
with:
Expand All @@ -49,6 +47,8 @@ jobs:
key: ${{ runner.os }}-go-mod-${{ hashFiles('**/go.sum') }}


- uses: actions/checkout@v2

- run: go mod download && go mod tidy && go mod verify
- if: runner.os == 'Linux'
run: git --no-pager diff && [[ $(git --no-pager diff --name-only | wc -l) = 0 ]]
Expand Down

0 comments on commit 8fbb28f

Please sign in to comment.