hackforla / website

Hack for LA's website
https://www.hackforla.org
GNU General Public License v2.0
326 stars 760 forks source link

Develop GHA for spell checking PRs #5334

Open roslynwythe opened 1 year ago

roslynwythe commented 1 year ago

Dependency

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

Resources/Instructions

UI for failed spell check

![image](https://github.com/hackforla/website/assets/5314153/92d1495f-d490-4961-8af6-bd87f6d4ff07)

Adding spell checking to my blog's build process [^1]:Hack for LA's GitHub Actions [^2]:HfLA GitHub Actions [^3]:Code Spell Checker npm package installation [^4]:How to set up cspell for spelling mistake free code

github-actions[bot] commented 1 year ago

Hi @roslynwythe.

Please don't forget to add the proper labels to this issue. Currently, the labels for the following are missing: Complexity, Role, Feature

NOTE: Please ignore the adding proper labels comment if you do not have 'write' access to this directory.

To add a label, take a look at Github's documentation here.

Also, don't forget to remove the "missing labels" afterwards. To remove a label, the process is similar to adding a label, but you select a currently added label to remove it.

After the proper labels are added, the merge team will review the issue and add a "Ready for Prioritization" label once it is ready for prioritization.

Additional Resources:

ExperimentsInHonesty commented 7 months ago