mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
CI/codespell: ignore subfolders (#11500)
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user