Conversation
Match the template default (ptr727/ProjectTemplate#302): the CI cspell gate covered all markdown, which forces endlessly padding cspell.json for technical terms. Narrow it to README.md + HISTORY.md - the files every repo visitor sees; broad live spell-checking stays the editor extension's job. markdownlint stays repo-wide. Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
This promotion PR updates the main-branch pull request CI workflow to scope cspell spell-checking to only README.md and HISTORY.md, aligning the spell-check scope with the intended repository policy while keeping markdownlint repo-wide.
Changes:
- Narrow cspell action inputs from all Markdown files (
**/*.md) toREADME.mdandHISTORY.md. - Keep the rest of the lint job (markdownlint, actionlint, editorconfig-checker) unchanged.
ptr727
added a commit
that referenced
this pull request
Jul 22, 2026
Promote: scope CI spell-check to README + HISTORY
ptr727
added a commit
that referenced
this pull request
Jul 22, 2026
Promote: scope CI spell-check to README + HISTORY
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Promotion of the CI cspell-scope fix from develop to main.
Narrows the CI spell-check from all markdown (
**/*.md) to README.md + HISTORY.md, matching template PR ptr727/ProjectTemplate#302. main still runs**/*.md; this brings it in line. Trial-merged clean locally — promotion touches only the workflow file. markdownlint stays repo-wide.🤖 Generated with Claude Code