CI/CD : Automated Spell Check for Blog Content (Typos Detection)
- Dominant language
- MDX
- Stars
- 133
- Forks
- 464
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 50
Description
### Current State
**Description of the current state**:
Currently, there is no automated mechanism to catch spelling mistakes specifically in blog content. As a result, typos often go unnoticed during development and code review, and eventually get merged into production. This affects the professionalism, readability, and quality of the website.
there many typos which have to fix and fixing all this manually takes too much time
### Desired State
**Description of the change you are proposing**:
Introduce an automated spell-check step in the CI/CD pipeline that:
- Runs on every pull request that modifies files inside /blog/** (or relevant blog directory).
- Uses a tool like typos (or an equivalent spell-checker).
- Fails the CI check if critical spelling errors are detected.
- Allows a configurable ignore list (.typos.toml) for valid technical terms, names, or abbreviations.
- Provides clear, actionable error messages pointing to the exact file and line with the typo.
### Would you like to fix this issue?
Yes! Please assign to me!
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.