Migrate to forgejo #62

Merged
andras merged 4 commits from asch/migrate-to-forgejo into main 2026-05-23 08:20:33 +01:00
Showing only changes of commit 22723cbcae - Show all commits

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