Skip to content

Commit

Permalink
Run dep check as part of validation
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmidyson committed Dec 2, 2018
1 parent f3230ee commit 7d8d97f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions hack/check-everything.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ function fetch_kb_tools {
header_text "using tools"

which gometalinter.v2
which dep
fetch_kb_tools
setup_envs

Expand Down
3 changes: 3 additions & 0 deletions hack/verify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,6 @@ gometalinter.v2 --disable-all \
# --enable=gosec \
# --enable=maligned \
# --enable=safesql \

header_text "running dep check"
dep check

0 comments on commit 7d8d97f

Please sign in to comment.