From 32b6442d00462f70bb3e4601b95c1cb540b37ab4 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 fb2cb9a6..7999861a 100644 --- a/bdk-ffi/justfile +++ b/bdk-ffi/justfile @@ -3,3 +3,7 @@ build: test: cargo test --lib + +check: + cargo fmt + cargo clippy