From 06e7d68089f005ba891f1152ea1943d0489ef295 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Mon, 22 Nov 2021 21:13:05 +0100 Subject: [PATCH] Add check target to Justfile --- Justfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Justfile b/Justfile index 2eceddf..7dce274 100644 --- a/Justfile +++ b/Justfile @@ -1,4 +1,5 @@ -lint: +check: + cargo check cargo fmt --check cargo clippy --no-deps