Develop GHA for spell checking PRs
- Dominant language
- JavaScript
- Stars
- 363
- Forks
- 872
- Avg merge
- 2d 21h
- Merged PRs (30d)
- 18
Description
### Dependency
- #5312
### Overview
We need a GHA to scan the files changed in Pull Requests using the Code Spell Checker CLI, in order to ensure that no misspellings are posted on the website.
### Action Items
- [ ] Become familiar with the resources describing the HfLA GHA archtecture[^1] and testing procedures[^2]
- [ ] Utilitize the Code Spell Checker CLI[^3] within a GitHub action, to be triggered when Pull Requests are opened (merging into `gh-pages`)
- [ ]
### Resources/Instructions
UI for failed spell check

[Adding spell checking to my blog's build process](https://seankilleen.com/2021/01/adding-spell-checking-to-my-blogs-build-process-with-github-actions-and-cspell/)
[^1]:[Hack for LA's GitHub Actions](https://github.com/hackforla/website/wiki/Hack-for-LA's-GitHub-Actions)
[^2]:[HfLA GitHub Actions](https://github.com/hackforla/website/wiki/HfLA-GitHub-Actions)
[^3]:[Code Spell Checker npm package installation](https://www.npmjs.com/package/cspell)
[^4]:[How to set up cspell for spelling mistake free code](https://medium.com/@mitchwd/how-to-set-up-cspell-for-spelling-mistake-free-code-6148a2504d35)
Contributor guide
Assessment
This issue has not been assessed yet.