Skip to content

Commit 881e302

Browse files
committed
contrib: fix scripts/check.sh
Signed-off-by: Yuki Kishimoto <[email protected]>
1 parent 8923e67 commit 881e302

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

contrib/scripts/check.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ set -exuo pipefail
44

55
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
66

7-
"${DIR}/check-fmt.sh" check # Check if Rust code is formatted
8-
"${DIR}/check-crates.sh" # Check all crates
9-
"${DIR}/check-crates.sh" msrv # Check all crates MSRV
10-
"${DIR}/check-bindings.sh" # Check all bindings
11-
"${DIR}/check-docs.sh" # Check Rust docs
7+
"${DIR}/check-fmt.sh" check # Check if Rust code is formatted
8+
"${DIR}/check-crates.sh" # Check all crates
9+
"${DIR}/check-crates.sh" msrv "" # Check all crates MSRV
10+
"${DIR}/check-bindings.sh" # Check all bindings
11+
"${DIR}/check-docs.sh" # Check Rust docs

0 commit comments

Comments
 (0)