Abhinandankaushik opened a new issue, #3349: URL: https://github.com/apache/doris-website/issues/3349
### 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! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
