From 5016adcc422dc682ab28656d6544cf8d378fa466 Mon Sep 17 00:00:00 2001 From: Jannis Mattheis Date: Wed, 6 Jan 2021 14:19:36 +0100 Subject: [PATCH] Add ci check task --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 8db18ba..33739bf 100644 --- a/Makefile +++ b/Makefile @@ -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