Skip to content

Scope CI spell-check to README and HISTORY - #42

Merged
ptr727 merged 1 commit into
developfrom
fix/cspell-ci-scope-readme-history
Jul 15, 2026
Merged

Scope CI spell-check to README and HISTORY#42
ptr727 merged 1 commit into
developfrom
fix/cspell-ci-scope-readme-history

Conversation

@ptr727

@ptr727 ptr727 commented Jul 15, 2026

Copy link
Copy Markdown
Owner

Narrows the CI cspell step in .github/workflows/test-pull-request.yml so it checks only README.md + HISTORY.md instead of all markdown (**/*.md).

Why

Matches the template default in ptr727/ProjectTemplate#302. Spell-checking all markdown in CI forces endlessly padding cspell.json with technical terms that appear in device/config docs. The README and HISTORY are the files every repo visitor sees, so those stay gated; broad live spell-checking remains the editor extension's job.

Scope

  • Only the cspell step's files: value changed.
  • markdownlint stays repo-wide (**/*.md) - unchanged.
  • actionlint run clean locally against the edited workflow.

🤖 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:02

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 PR narrows the GitHub Actions CI spell-check (cspell) scope in the pull request workflow so it checks only the two visitor-facing docs (README.md and HISTORY.md) instead of all Markdown files, while leaving markdownlint unchanged.

Changes:

  • Update the cspell action files: input from **/*.md to a two-file list (README.md, HISTORY.md).
  • Keep the existing repo-wide Markdown linting (globs: '**/*.md') as-is.

@ptr727
ptr727 merged commit 27dac79 into develop Jul 15, 2026
1 check passed
@ptr727
ptr727 deleted the fix/cspell-ci-scope-readme-history branch July 15, 2026 16:12
ptr727 added a commit that referenced this pull request Jul 22, 2026
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>
ptr727 added a commit that referenced this pull request Jul 22, 2026
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>
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