Skip to content

feat: add codespell for markdown spell checking#148

Open
TomerFi wants to merge 1 commit into
RHEcosystemAppEng:mainfrom
TomerFi:feat/codespell
Open

feat: add codespell for markdown spell checking#148
TomerFi wants to merge 1 commit into
RHEcosystemAppEng:mainfrom
TomerFi:feat/codespell

Conversation

@TomerFi

@TomerFi TomerFi commented Jul 24, 2026

Copy link
Copy Markdown
Member

Summary

  • Add codespell as a spell checker for catching typos in skill files, flow files, and documentation
  • Pre-commit hook, make validate-spelling target, and CI workflow
  • Ignore list for project-specific terms (cna, te, pre-select)

Notes

  • CI workflow pins actions/checkout to v4.2.1 to match existing workflows. A bump to v7 across all workflows can be done separately.
  • codespell reads config from .codespellrc automatically (both pre-commit and CI)

Closes #145

Add codespell as a spell checker for catching typos in skill files,
flow files, and documentation. Includes pre-commit hook, Makefile
target (validate-spelling), and CI workflow.

Signed-off-by: Tomer Figenblat <tfigenbl@redhat.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.

feat: add codespell for markdown spell checking

1 participant