fix: add fmt-check to make check prerequisites
All checks were successful
check / check (push) Successful in 21s

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 e4deaf41cc
commit 88a7235c50

View File

@@ -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: