diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index e7a579fa95..70a53323fb 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -24,6 +24,6 @@ jobs: # Exit with 0 regardless of typos. only_warn: 1 # Skip non-English pages - skip: pages.*/*/*.md + skip: ./pages.*/*/*.md,./contributing-guides/style-guide.*.md # Only check files in the PR path: ${{ steps.changed-files.outputs.all_changed_files }}