mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-27 17:55:11 +03:00
add local rust checks script
to simulate as much of the ci pipeline as possible
This commit is contained in:
parent
cf1bdabc82
commit
977d441250
8
scripts/check.sh
Executable file
8
scripts/check.sh
Executable file
@ -0,0 +1,8 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
cargo c --all-features
|
||||||
|
cargo clippy --all-features
|
||||||
|
# cargo clippy -- --cfg test
|
||||||
|
cargo t
|
||||||
|
cargo fmt --check
|
||||||
|
cargo sort -c -w
|
Loading…
Reference in New Issue
Block a user