From 680d024b05b34283462e499cb1ad5014ee532cb7 Mon Sep 17 00:00:00 2001 From: link2xt Date: Sun, 22 Oct 2023 06:53:44 +0000 Subject: [PATCH] docs: document scripts/codespell.sh --- scripts/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/README.md b/scripts/README.md index 18dc3bd0c..551d7e77a 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -10,6 +10,8 @@ and an own build machine. - `deny.sh` runs `cargo deny` for all Rust code in the project. +- `codespell.sh` spellchecks the source code using `codespell` tool. + - `../.github/workflows` contains jobs run by GitHub Actions. - `remote_tests_python.sh` rsyncs to a build machine and runs