CI/codespell: ignore subfolders (#11500)

This commit is contained in:
Sebastiaan Speck
2023-11-14 14:32:51 +01:00
committed by GitHub
parent ec531b230b
commit 1a7fa25051

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
# Only check files in the PR
path: ${{ steps.changed-files.outputs.all_changed_files }}