-
Notifications
You must be signed in to change notification settings - Fork 32
Open
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.
Screenshots (if relevant):
this is just an example of typos in blogs
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!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels