From 92e3b007c901cf02868f98a8b3a91f7b078641eb Mon Sep 17 00:00:00 2001 From: Paulo Gomes Date: Thu, 24 Nov 2022 11:10:10 +0000 Subject: [PATCH] build: Add tidy to make verify Signed-off-by: Paulo Gomes --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 436303d1..928532cf 100644 --- a/Makefile +++ b/Makefile @@ -201,7 +201,7 @@ update-attributions: e2e: ./hack/ci/e2e.sh -verify: update-attributions fmt vet manifests api-docs +verify: update-attributions fmt vet manifests api-docs tidy ifneq ($(shell grep -o 'LIBGIT2_IMG ?= \w.*' Makefile | cut -d ' ' -f 3):$(shell grep -o 'LIBGIT2_TAG ?= \w.*' Makefile | cut -d ' ' -f 3), \ $(shell grep -o "LIBGIT2_IMG=\w.*" Dockerfile | cut -d'=' -f2):$(shell grep -o "LIBGIT2_TAG=\w.*" Dockerfile | cut -d'=' -f2)) @{ \