8 lines
217 B
Bash
Executable File
8 lines
217 B
Bash
Executable File
#!/usr/bin/env bash
|
|
bash scripts/check_banned_crates.sh
|
|
bash scripts/check_no_question_mark.sh
|
|
bash scripts/check_no_unwrap_expect.sh
|
|
bash scripts/check_no_mod_rs.sh
|
|
bash scripts/check_public_api_exports.sh
|
|
echo done
|