fix clippy and check it on ci (#18)

This commit is contained in:
extrawurst
2025-03-26 01:20:38 +01:00
committed by GitHub
parent 17406b1f00
commit 9842148010
14 changed files with 85 additions and 53 deletions

View File

@@ -6,4 +6,10 @@ tb_setup_mac:
ln -s $(pwd)/trenchbroom/hedz/GameConfig.cfg "$HOME/Library/Application Support/TrenchBroom/games/hedz/GameConfig.cfg" | true
dbg:
RUST_BACKTRACE=1 cargo r --features dbg
RUST_BACKTRACE=1 cargo r --features dbg
check:
cargo fmt --check
cargo b
cargo test
cargo clippy