Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions sync-templates/.github/linters/.cspell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,6 @@ ignorePaths:
- "**/redirect/**"
- "**/presentation-pack/**"

# Only check markdown files (the workflow also restricts the glob to **/*.md).
# Default to checking both Markdown and YAML. CI also passes an explicit glob.
files:
- "**/*.md"
- "**/*.{md,yaml,yml}"
4 changes: 4 additions & 0 deletions workflow-templates/spellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,7 @@ jobs:
permissions:
contents: read
pull-requests: write
with:
# Check both Markdown docs and the embedded `description` fields in
# resource type YAML schemas (and other YAML docs in the repo).
glob: "**/*.{md,yaml,yml}"