Skip to content

Promote: scope CI spell-check to README + HISTORY - #43

Merged
ptr727 merged 1 commit into
mainfrom
develop
Jul 15, 2026
Merged

Promote: scope CI spell-check to README + HISTORY#43
ptr727 merged 1 commit into
mainfrom
develop

Conversation

@ptr727

@ptr727 ptr727 commented Jul 15, 2026

Copy link
Copy Markdown
Owner

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

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>
Copilot AI review requested due to automatic review settings July 15, 2026 16:32

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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) to README.md and HISTORY.md.
  • Keep the rest of the lint job (markdownlint, actionlint, editorconfig-checker) unchanged.

@ptr727
ptr727 merged commit 8cea6ad into main Jul 15, 2026
5 checks passed
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants