Skip to content

CI/CD: Automated Spell Check for Blog Content (Typos Detection) #399

@Abhinandankaushik

Description

@Abhinandankaushik

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):

Image

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions