Skip to content

Conversation

@Abhinandankaushik
Copy link
Contributor

Implemented the typo check workflow similar to the main repo :
https://github.com/apache/datafusion/blob/b81073ad4ca99b8c1139760843639c11cb1dea4a/.github/workflows/rust.yml#L780-L787
scoped only to content/blog/. The action now runs Typos against this directory to avoid unnecessary failures outside documentation content.

fixed issue : #118

Copilot AI review requested due to automatic review settings February 4, 2026 16:41
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds a typo check GitHub Actions workflow to automatically catch spelling errors in blog content. The implementation follows the pattern from the main Apache DataFusion repository but is scoped specifically to the content/blog/ directory to avoid unnecessary failures in other parts of the codebase.

Changes:

  • Added a new GitHub Actions workflow file that runs the Typos spell checker on pull requests and pushes to main
  • Created a configuration file for the Typos tool with an extensible dictionary structure for technical terms

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
.github/workflows/typo-check.yml New workflow that runs Typos spell checker against the content/blog/ directory on PRs and main branch pushes
_typos.toml Configuration file for the Typos spell checker with placeholders for custom dictionary entries

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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.

1 participant