move codespell check into /docs (#83109)

Signed-off-by: bergquist <carl.bergquist@gmail.com>
This commit is contained in:
Carl Bergquist
2024-02-20 20:40:31 +01:00
committed by GitHub
parent 8f3d49687e
commit 53c19e4988
4 changed files with 5 additions and 5 deletions

View File

@@ -687,7 +687,7 @@ def codespell_step():
"image": images["python"],
"commands": [
"pip3 install codespell",
"codespell -I .codespellignore docs/",
"codespell -I docs/.codespellignore docs/",
],
}