1 2 3 4 5 6 7 8 9 10
# List the just recipe list list: just --list # Mandatory checks to run before pushing changes to repository checks: cargo fmt cargo build cargo clippy cargo test