Add ci check task

This commit is contained in:
Jannis Mattheis 2021-01-06 14:19:36 +01:00
parent af2417b8c6
commit 5016adcc42
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ DOCKER_GO_BUILD=go build -mod=readonly -a -installsuffix cgo -ldflags "$$LD_FLAG
test: test-coverage test-race test-js
check: check-go check-swagger check-js
check-ci: check-swagger check-js
require-version:
if [ -n ${VERSION} ] && [[ $$VERSION == "v"* ]]; then echo "The version may not start with v" && exit 1; fi