Executing all CI checks locally is currently non-trivial. What do you think about moving the cargo build, cargo clippy and cargo fmt invocations to the Makefile to make it easier to check changes before pushing them? For reference, I just did the same for nitrokey-rs.
Executing all CI checks locally is currently non-trivial. What do you think about moving the
cargo build,cargo clippyandcargo fmtinvocations to the Makefile to make it easier to check changes before pushing them? For reference, I just did the same fornitrokey-rs.