diff --git a/scripts/check.sh b/scripts/check.sh index df946f9bc..a444cbd92 100755 --- a/scripts/check.sh +++ b/scripts/check.sh @@ -13,6 +13,9 @@ ruff format # Lint Python code ruff check +# Check for typos in documentation +typos + # Test Rust code cargo test