mirror of
https://github.com/prymitive/karma
synced 2026-05-13 03:56:59 +00:00
fix(ci): run go mod tidy when linting go.mod
This commit is contained in:
@@ -82,6 +82,7 @@ jobs:
|
||||
script:
|
||||
- travis_retry make mock-assets
|
||||
- travis_retry go get -d -v
|
||||
- travis_retry go mod tidy
|
||||
- git diff --exit-code
|
||||
|
||||
- stage: Build and Deploy
|
||||
|
||||
Reference in New Issue
Block a user