CI/codespell: ignore non-English pages (#11430)

pull/23/head
Sebastiaan Speck 2023-11-10 04:38:54 +01:00 committed by GitHub
parent 6e3ed7fe62
commit c2a18714a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -23,5 +23,7 @@ jobs:
ignore_words_file: .github/codespell-ignore
# Exit with 0 regardless of typos.
only_warn: 1
# Skip non-English pages
skip: pages.*/*.md
# Only check files in the PR
path: ${{ steps.changed-files.outputs.all_changed_files }}