diff --git a/justfile b/justfile index a5ad0a38a..be46a5ea5 100644 --- a/justfile +++ b/justfile @@ -8,11 +8,11 @@ @help: just -lu -@check: +@_check: just --fmt --unstable --check -@fmt: - just -q check || just --fmt --unstable +@_fmt: + just -q _check || just --fmt --unstable # ** dev