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