From 262704751c03e36217ac6604ba3c028df92b8a27 Mon Sep 17 00:00:00 2001 From: thunderbiscuit Date: Fri, 26 Apr 2024 14:55:08 -0400 Subject: [PATCH] feat: add check command to justfile --- bdk-ffi/justfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bdk-ffi/justfile b/bdk-ffi/justfile index fb2cb9a..7999861 100644 --- a/bdk-ffi/justfile +++ b/bdk-ffi/justfile @@ -3,3 +3,7 @@ build: test: cargo test --lib + +check: + cargo fmt + cargo clippy