Check license of dependencies file for changes (#7108)

This commit is contained in:
Daniel Nelson
2020-03-09 14:47:28 -07:00
committed by GitHub
parent 1eca315e15
commit 318a963a89
6 changed files with 88 additions and 24 deletions

View File

@@ -100,6 +100,10 @@ check: fmtcheck vet
test-all: fmtcheck vet
go test ./...
.PHONY: check-deps
check-deps:
./scripts/check-deps.sh
.PHONY: package
package:
./scripts/build.py --package --platform=all --arch=all