Skip to content
This repository was archived by the owner on Sep 9, 2020. It is now read-only.

Commit e3ceae3

Browse files
committed
ci: Use dep check to check dep
No more hacky ensure-and-diff-vendor!
1 parent fb3d781 commit e3ceae3

File tree

2 files changed

+1
-54
lines changed

2 files changed

+1
-54
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ licenseok:
1818
go build -o licenseok ./hack/licenseok/main.go
1919

2020
validate: build licenseok
21+
./dep check
2122
./hack/lint.bash
22-
./hack/validate-vendor.bash
2323
./hack/validate-licence.bash
2424

2525
test: build

hack/validate-vendor.bash

-53
This file was deleted.

0 commit comments

Comments
 (0)