fix: add fmt-check to make check prerequisites

REPO_POLICIES requires make check prereqs to include test, lint,
and fmt-check.
This commit is contained in:
clawbot
2026-03-10 18:14:16 -07:00
parent 59839309b3
commit 8edc629dd6

View File

@@ -26,7 +26,7 @@ fmt:
lint: lint:
golangci-lint run --timeout 5m golangci-lint run --timeout 5m
check: build lint test check: build lint test fmt-check
# Build Docker container # Build Docker container
docker: docker: