Skip to content

Implement GHA workflow that scans website file tree for spelling errors#187

Draft
eecavanna wants to merge 11 commits intomainfrom
60-add-spell-checker-gha-workflow
Draft

Implement GHA workflow that scans website file tree for spelling errors#187
eecavanna wants to merge 11 commits intomainfrom
60-add-spell-checker-gha-workflow

Conversation

@eecavanna
Copy link
Collaborator

This branch contains a work-in-progress GHA workflow designed to perform spell checking on the assembled website file tree.

In its current state (at the time of this writing), the spell checker on this branch is (a) not scanning all the files I expect it to and (b) scanning HTML tags as though they are English words, resulting in false claims of spelling errors (i.e. false positives).

These changes were initially part of #157, but were removed so we could merge in the parts of that PR branch that were already working correctly. The changes were written by a combination of @kaijli and @eecavanna.

@eecavanna eecavanna linked an issue Feb 5, 2025 that may be closed by this pull request
@eecavanna eecavanna changed the title Implement spell checker GHA workflow Implement GHA workflow that scans website file tree for spelling errors Feb 5, 2025
@eecavanna
Copy link
Collaborator Author

eecavanna commented Feb 20, 2025

Progress! Lots of files are being spellchecked. Next steps:

@eecavanna eecavanna self-assigned this Feb 27, 2025
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.

Add spell checker

1 participant