Fix code spell lint in CI (#8634)

Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
This commit is contained in:
nishuyes
2024-06-06 17:11:01 +08:00
committed by GitHub
parent ffd3153587
commit b11c83cee6
8 changed files with 12 additions and 8 deletions

View File

@ -356,7 +356,7 @@ lint-other-targets:
-- -D warnings
lint-codespell: ensure-codespell
codespell
codespell --skip "*.json"
ensure-codespell:
@if ! command -v codespell &> /dev/null; then \