mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 14:14:17 +02:00
CI/codespell: ignore subfolders (#11500)
This commit is contained in:
parent
ec531b230b
commit
1a7fa25051
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.
|
||||
only_warn: 1
|
||||
# Skip non-English pages
|
||||
skip: pages.*/*.md
|
||||
skip: pages.*/*/*.md
|
||||
# Only check files in the PR
|
||||
path: ${{ steps.changed-files.outputs.all_changed_files }}
|
||||
|
|
Loading…
Add table
Reference in a new issue