diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index e33cf602c..2cc48ecba 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -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 }}