From 06d499fbfd94dae929f059d388bc827a0a966794 Mon Sep 17 00:00:00 2001 From: Markus Lehtonen Date: Mon, 7 Feb 2022 18:05:20 +0200 Subject: [PATCH] Revert "scripts: disable gofmt check in ci" This reverts commit 24425ed16f2162eb6d4ff9149de5b7e7f76577f0. --- scripts/test-infra/verify.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/test-infra/verify.sh b/scripts/test-infra/verify.sh index f62e35acc..356ba7554 100755 --- a/scripts/test-infra/verify.sh +++ b/scripts/test-infra/verify.sh @@ -7,6 +7,7 @@ export PATH=$PATH:$(go env GOPATH)/bin curl -sfL https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash -s -- --version v3.5.2 # Run verify steps +make gofmt-verify make ci-lint make helm-lint