Skip to content

Commit

Permalink
Add check code format : ckb-auth-rs
Browse files Browse the repository at this point in the history
  • Loading branch information
joii2020 committed Jan 9, 2024
1 parent 7267f4f commit 93d7a2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 93d7a2d

Please sign in to comment.