Skip to content

Commit 56c96f8

Browse files
ptr727claude
andauthored
Scope CI spell-check to README + HISTORY (main-only) (#515)
Cherry-picks the CI cspell-scope fix onto main, without dragging the other in-flight work currently on develop. This narrows the CI spell-check on **main** from all markdown (`**/*.md`) **to** README.md + HISTORY.md, matching template PR ptr727/ProjectTemplate#302. markdownlint stays repo-wide. The same change is already on develop; this is the surgical main-only path so the feature/dependency work on develop is not promoted with it. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 7969784 commit 56c96f8

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/validate-task.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@ jobs:
5151
- name: Spell check step
5252
uses: streetsidesoftware/cspell-action@de2a73e963e7443969755b648a1008f77033c5b2 # v8.4.0
5353
with:
54-
files: '**/*.md'
54+
files: |
55+
README.md
56+
HISTORY.md
5557
incremental_files_only: false
5658

5759
- name: Lint workflows step

0 commit comments

Comments
 (0)