From 791d1e0254b11d23abd12a2230a543729619373d Mon Sep 17 00:00:00 2001 From: Dan Luhring Date: Tue, 4 Jul 2023 12:40:13 -0400 Subject: [PATCH] Unhide Makefile CI step Signed-off-by: Dan Luhring --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4978254..ccdd8a7 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ ci-unit-test: ci-static-analysis: grep -R 'const allowTestDataCapture = false' runtime/ui/viewmodel go vet ./... - @! gofmt -s -l . 2>&1 | grep -vE '^\.git/' | grep -vE '^\.cache/' + gofmt -s -l . 2>&1 | grep -vE '^\.git/' | grep -vE '^\.cache/' golangci-lint run ci-install-go-tools: