mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
move codespell check into /docs (#83109)
Signed-off-by: bergquist <carl.bergquist@gmail.com>
This commit is contained in:
@@ -687,7 +687,7 @@ def codespell_step():
|
||||
"image": images["python"],
|
||||
"commands": [
|
||||
"pip3 install codespell",
|
||||
"codespell -I .codespellignore docs/",
|
||||
"codespell -I docs/.codespellignore docs/",
|
||||
],
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user