From be6bb4b4049ced27ac6d937dd3e47dc5e0182303 Mon Sep 17 00:00:00 2001 From: Vadim Anufriev Date: Fri, 3 Apr 2026 00:53:27 +0400 Subject: [PATCH] docs: add pre-push recipe description to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2073a67..624e6ba 100644 --- 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 -- 2.49.0