From 227761c5750104686db42a5ac8932bacb17cec86 Mon Sep 17 00:00:00 2001 From: Berkus Decker Date: Tue, 11 Oct 2022 23:47:39 +0300 Subject: [PATCH] =?UTF-8?q?build(ci):=20=F0=9F=9B=A0=20Add=20new=20lint=20?= =?UTF-8?q?task?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Justfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Justfile b/Justfile index ab44ee6..41b4a88 100644 --- a/Justfile +++ b/Justfile @@ -116,5 +116,8 @@ expand: doc: cargo make docs-flow +# Run lint tasks +lint: clippy fmt-check + # Run CI tasks -ci: clean build test clippy fmt-check +ci: clean build test lint