From 93d7a2d9dd1522556447e9b29bf1b1e0a97f4efe Mon Sep 17 00:00:00 2001 From: joii2020 Date: Tue, 9 Jan 2024 15:21:59 +0800 Subject: [PATCH] Add check code format : ckb-auth-rs --- tests/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Makefile b/tests/Makefile index 5c1773d..b7cb9da 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -88,6 +88,7 @@ check-c-code-format: fi check-rust-code-format: + cd ../ckb-auth-rs && cargo fmt --all --check cd auth-c-tests && cargo fmt --all --check cd auth-rust-lock && cargo fmt --all --check cd auth-spawn-tests && cargo fmt --all --check