Skip to content

Add CI typo check#9

Merged
neuromechanist merged 1 commit into
mainfrom
8-add-ci-typo-check-to-catch-prosecode-spelling-errors
Apr 17, 2026
Merged

Add CI typo check#9
neuromechanist merged 1 commit into
mainfrom
8-add-ci-typo-check-to-catch-prosecode-spelling-errors

Conversation

@neuromechanist

Copy link
Copy Markdown
Member

Summary

  • Adds .github/workflows/typos.yml running crate-ci/typos on every push to main and every PR
  • .typos.toml allowlists HED/hed (Hierarchical Event Descriptors, legit domain acronym) and skips bundled presentation assets and lock files
  • Verified locally: repo passes cleanly at 4771055..c5a6a7b

Test plan

  • typos command passes locally with no errors after allowlist
  • First CI run on this PR should pass green
  • Next typo-laden PR should surface the error in CI

Closes #8

Runs crate-ci/typos on every push to main and every pull request.
Catches prose and code typos before they land in blog posts or slides.

Config in .typos.toml allowlists HED/hed (Hierarchical Event
Descriptors, not a typo of HEAD) and skips bundled presentation
assets and lock files.

Closes #8
@neuromechanist neuromechanist linked an issue Apr 17, 2026 that may be closed by this pull request
@neuromechanist neuromechanist merged commit 5e0ebaa into main Apr 17, 2026
1 check passed
@neuromechanist neuromechanist deleted the 8-add-ci-typo-check-to-catch-prosecode-spelling-errors branch April 17, 2026 01:21
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.

Add CI typo check to catch prose/code spelling errors

1 participant