From ef5239fff09622f50e3e227049f2e1ecf0129d63 Mon Sep 17 00:00:00 2001 From: Stefan Kreutz Date: Sun, 24 Mar 2024 02:36:20 +0100 Subject: Add cargo-fmt to check script --- script/check | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/script/check b/script/check index 6737278..9913d80 100755 --- a/script/check +++ b/script/check @@ -4,9 +4,11 @@ set -o errexit set -o nounset set -o xtrace +cargo fmt --all --check cargo check --workspace --all-targets --all-features cargo build --workspace --all-targets --all-features cargo test --workspace --all-targets --all-features cargo clippy --workspace --all-targets --all-features -- --deny warnings -cargo doc --all-features --no-deps --document-private-items +env RUSTDOCFLAGS="-Dwarnings" \ + cargo doc --all-features --no-deps --document-private-items cargo audit -- cgit v1.2.3