From 80425aed03d3f99905e85953323484d4c79867ce Mon Sep 17 00:00:00 2001 From: Edouard Vanbelle Date: Mon, 25 May 2026 18:49:08 +0200 Subject: [PATCH] chore(justfile): add 'front-check' for lazy devs --- justfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/justfile b/justfile index 10a8528a..9e6a65c4 100644 --- a/justfile +++ b/justfile @@ -54,6 +54,9 @@ db-down: front-dev: PROFILE=dev cargo run +# front: check all (linter, format, type, ...) +front-check: front-fmt front-lint front-type front-rules + front-fmt: biome format static/