gitbutler/scripts/check.sh
extrawurst 977d441250 add local rust checks script
to simulate as much of the ci pipeline as possible
2023-10-13 11:53:06 +02:00

9 lines
136 B
Bash
Executable File

#!/bin/bash
cargo c --all-features
cargo clippy --all-features
# cargo clippy -- --cfg test
cargo t
cargo fmt --check
cargo sort -c -w