1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-01 01:55:24 +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:
Sebastiaan Speck 2023-11-16 04:20:51 +01:00 committed by GitHub
parent fdca74b9b4
commit 2547b5a46c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }}