Add link verification and update link format
This commit is contained in:
parent
f22c17347a
commit
be6e861ee7
2 changed files with 36 additions and 14 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue