rust-bitcoin / rust-bitcoinconsensus

Bitcoin's libbitcoinconsenus.a with Rust binding. Built from Bitcoin sources with cargo.
Apache License 2.0
46 stars 34 forks source link

Add githooks #56

Closed tcharding closed 2 years ago

tcharding commented 2 years ago

Add a pre-commit git hook as we did in rust-bitcoin.

Patch 2 adds --all-features to the clippy CI run, this is just future proofing, no effect on the current code.