From 3571e8d355521b38ddadc426ca169440a2afdbf8 Mon Sep 17 00:00:00 2001 From: jutty Date: Mon, 5 Jan 2026 11:11:11 -0300 Subject: [PATCH] Reorder justfile quick-assess recipes with tests on top --- .justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.justfile b/.justfile index eb46a1c..ea6fb43 100644 --- a/.justfile +++ b/.justfile @@ -24,7 +24,7 @@ alias w := run-watch [private] quick-assess: - {{ just_cmd }} check lint test + {{ just_cmd }} test lint check [private] quick-assess-run: