From 4c050d6cbae290144ab4745f50bec246325b56f1 Mon Sep 17 00:00:00 2001 From: Dym03 Date: Sat, 21 Mar 2026 08:18:17 +0100 Subject: [PATCH] Add typos check to check.sh --- scripts/check.sh | 3 +++ 1 file changed, 3 insertions(+) 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