From 4ef023808553c9fc3d411e7ed31d7c5377d65f07 Mon Sep 17 00:00:00 2001 From: Neil-Jocelyn Schark <neil.schark@h-da.de> Date: Tue, 23 Jan 2024 14:09:19 +0000 Subject: [PATCH] wip --- Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Makefile b/Makefile index 37ef19b4..1b7d22af 100644 --- a/Makefile +++ b/Makefile @@ -99,9 +99,5 @@ clean: $(GOCLEAN) docker system prune -af - -ci-install-tools: - go install gotest.tools/gotestsum@$(GOTESTSUM_VERSION) - ci-lint: ci-install-tools golangci-lint run --config .golangci.yml --out-format code-climate -- GitLab