CI/codespell: ignore non-English pages (#11430)
This commit is contained in:
2
.github/workflows/codespell.yml
vendored
2
.github/workflows/codespell.yml
vendored
@@ -23,5 +23,7 @@ jobs:
|
|||||||
ignore_words_file: .github/codespell-ignore
|
ignore_words_file: .github/codespell-ignore
|
||||||
# Exit with 0 regardless of typos.
|
# Exit with 0 regardless of typos.
|
||||||
only_warn: 1
|
only_warn: 1
|
||||||
|
# Skip non-English pages
|
||||||
|
skip: pages.*/*.md
|
||||||
# Only check files in the PR
|
# Only check files in the PR
|
||||||
path: ${{ steps.changed-files.outputs.all_changed_files }}
|
path: ${{ steps.changed-files.outputs.all_changed_files }}
|
||||||
|
Reference in New Issue
Block a user