]> Untitled Git - bdk-cli/commitdiff
docs: add pre-push recipe description to README
authorVadim Anufriev <mailbox@vaan.io>
Thu, 2 Apr 2026 20:53:27 +0000 (00:53 +0400)
committerVadim Anufriev <m@vaan.io>
Wed, 27 May 2026 08:35:25 +0000 (12:35 +0400)
README.md

index 2073a67b1d3578af88cc41a206885648272120a8..624e6ba4596cb45d4fcac76050d191c2511a31c1 100644 (file)
--- a/README.md
+++ b/README.md
@@ -186,6 +186,7 @@ The below are some of the commands included:
 just # list all available recipes
 just test # test the project
 just build # build the project
+just pre-push # run full CI checks locally (tests, clippy, fmt) before pushing
 ```
 
 ### Using `Justfile` to run `bitcoind` as a Client