Skip to content

Commit

Permalink
ci: go mod download and verify (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Dec 26, 2020
1 parent 7606d1c commit b72e1f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
restore-keys: |
${{ runner.os }}-go-
- run: go mod download
- run: go mod verify
- run: mage fmt
- run: mage vet
# - run: mage lint
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
restore-keys: |
${{ runner.os }}-go-
- run: go mod download
- run: go mod verify
- run: mage fmt
- run: mage vet
# - run: mage lint
Expand Down

0 comments on commit b72e1f9

Please sign in to comment.