Skip to content

Commit c5dfe3d

Browse files
committed
Add verify docker deps to verify-all.sh
1 parent ccf654e commit c5dfe3d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hack/verify-all.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,6 @@ PKG_ROOT=$(git rev-parse --show-toplevel)
2222

2323
"${PKG_ROOT}/hack/verify-gofmt.sh"
2424
"${PKG_ROOT}/hack/verify-govet.sh"
25+
"${PKG_ROOT}/hack/verify-docker-deps.sh"
2526

2627
make -C "${PKG_ROOT}" all

0 commit comments

Comments
 (0)