Remove
Some checks failed
Check / build (pull_request) Failing after 1m27s

This commit is contained in:
Andras Schmelczer 2026-05-22 08:07:36 +01:00
parent 8e237bc232
commit 22723cbcae

View file

@ -5,9 +5,6 @@ set -e
which cargo-machete || cargo install cargo-machete
cargo machete
which lychee || cargo install lychee
lychee --verbose --exclude npmjs.com README.md
cargo clippy --all-targets --all-features --fix --allow-dirty --allow-staged
cargo fmt --all