From c16f858ae83c8ef0feaa349b75a5d43f0b34a33a Mon Sep 17 00:00:00 2001 From: Boshen Date: Tue, 11 Apr 2023 23:30:43 +0800 Subject: [PATCH] chore(just): add `just lint` to `just ready` --- justfile | 1 + 1 file changed, 1 insertion(+) diff --git a/justfile b/justfile index a2abc9996..bd3a45304 100755 --- a/justfile +++ b/justfile @@ -30,6 +30,7 @@ new-rule name: ready: git diff --exit-code --quiet typos + just lint just test cargo coverage git status