From 88a7235c50ba401364d6a04b352dd48bffcab61d Mon Sep 17 00:00:00 2001 From: clawbot Date: Tue, 10 Mar 2026 18:14:16 -0700 Subject: [PATCH] fix: add fmt-check to make check prerequisites REPO_POLICIES requires make check prereqs to include test, lint, and fmt-check. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1c5e4d3..542966d 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ fmt: lint: golangci-lint run --timeout 5m -check: build lint test +check: build lint test fmt-check # Build Docker container docker: