From 781d823e87b2a6e36ebc7a7fd54d327edacddcbb Mon Sep 17 00:00:00 2001 From: Amolith Date: Sat, 20 Sep 2025 10:20:46 -0600 Subject: [PATCH] docs: add pre-commit flow instruction to CRUSH.md Co-Authored-By: Crush --- CRUSH.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CRUSH.md b/CRUSH.md index 2f6f8e646c7b7447d12818ac79e2b97ae6720fa2..5b8f7bbc200e05a3f674a76aa24022ce229e1542 100644 --- a/CRUSH.md +++ b/CRUSH.md @@ -9,6 +9,7 @@ - **Lint**: `task lint:fix` - **Format**: `task fmt` (gofumpt -w .) - **Dev**: `task dev` (runs with profiling enabled) +- **Pre-commit flow**: `task fmt lint-fix test` ## Code Style Guidelines