mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-01 07:15:22 +02:00
CI/codespell: skip non-English pages (#11515)
* codespell: skip non-English pages * CI/codespell: add non-English contributing-guides to skip
This commit is contained in:
parent
fdca74b9b4
commit
2547b5a46c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/codespell.yml
vendored
2
.github/workflows/codespell.yml
vendored
|
@ -24,6 +24,6 @@ jobs:
|
||||||
# Exit with 0 regardless of typos.
|
# Exit with 0 regardless of typos.
|
||||||
only_warn: 1
|
only_warn: 1
|
||||||
# Skip non-English pages
|
# Skip non-English pages
|
||||||
skip: pages.*/*/*.md
|
skip: ./pages.*/*/*.md,./contributing-guides/style-guide.*.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 }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue