mirror of
https://github.com/docker/docs.git
synced 2026-03-27 06:18:55 +07:00
Add a validate-vendor script
Makes sure that if ./hack/vendor.sh has been updated, it has been used to update the vendor folder. Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
2
Makefile
2
Makefile
@@ -93,4 +93,4 @@ test-unit: build
|
||||
$(DOCKER_RUN_DOCKER) hack/make.sh test-unit
|
||||
|
||||
validate: build
|
||||
$(DOCKER_RUN_DOCKER) hack/make.sh validate-dco validate-gofmt validate-pkg validate-lint validate-test validate-toml validate-vet
|
||||
$(DOCKER_RUN_DOCKER) hack/make.sh validate-dco validate-gofmt validate-pkg validate-lint validate-test validate-toml validate-vet validate-vendor
|
||||
|
||||
Reference in New Issue
Block a user