Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add GitHub Action to check spelling #3591

Merged
merged 1 commit into from Dec 28, 2021

Conversation

aaronraimist
Copy link
Contributor

@aaronraimist aaronraimist commented Dec 23, 2021

Fixes #3586

This uses https://github.com/crate-ci/typos so it will only find known misspellings in their dictionary. It won't know about or correct Matrix specific terminology but I think this should find most of the misspellings.

When it finds a typo it looks like this https://github.com/aaronraimist/matrix-doc/runs/4621564484?check_suite_focus=true

When there is a false positive, like a room ID, it can be added to the exclude list in https://github.com/matrix-org/matrix-doc/blob/1f41c6db6c943f19643dbeba31fb045d81da9728/.github/_typos.toml

Preview: https://pr3591--matrix-org-previews.netlify.app

Signed-off-by: Aaron Raimist <aaron@raim.ist>
@turt2live turt2live requested a review from a team December 23, 2021 21:00
Copy link
Member

@turt2live turt2live left a comment

Choose a reason for hiding this comment

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

Thank you <3

@turt2live turt2live merged commit 01cd41d into matrix-org:main Dec 28, 2021
@aaronraimist aaronraimist deleted the spell-check branch December 28, 2021 18:43
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.

Consider spellcheck CI for MSCs and spec PRs
2 participants