Add link verification and update link format

This commit is contained in:
Andras Schmelczer 2026-03-10 20:52:59 +00:00
parent f22c17347a
commit be6e861ee7
2 changed files with 36 additions and 14 deletions

View file

@ -5,6 +5,9 @@ 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