Skip to content

Commit 57f64cd

Browse files
Dym03spirali
authored andcommitted
Add typos check to check.sh
1 parent 58154eb commit 57f64cd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/check.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ ruff format
1313
# Lint Python code
1414
ruff check
1515

16+
# Check for typos in documentation
17+
typos
18+
1619
# Test Rust code
1720
cargo test
1821

0 commit comments

Comments
 (0)