Added basic CI workflow (#13)

This commit is contained in:
activecoder10
2025-05-12 13:00:13 +03:00
committed by GitHub
parent 38b42560ec
commit ae1174febe
7 changed files with 80 additions and 15 deletions
+14
View File
@@ -0,0 +1,14 @@
.PHONY: format clippy test machete
format:
cargo fmt --all -- --check
clippy:
cargo clippy --all-features --workspace -- --deny warnings
test:
cargo test --workspace -- --nocapture
machete:
cargo install cargo-machete
cargo machete