This PR adds a spell check GHA to run on PRs to main, and for now, also to template-refresh (we'll remove this as part of #130).
Along the way, I fixed a variety of spelling errors and populated the dictionary. On some occasions, I found some spelling errors that are going to go away with forthcoming development, such as htmlpreview or CCDL. Rather than adding these to the dictionary, I went ahead and removed those words, eg CCDL -> Data Lab.
Note to self:
Do not merge this into a stacked branch!! Keep this open and wait to merge into template-refresh so the GHA gets tested. (we could test the GHA in other ways, but imo this seems cleanest).
⚠️ Stacked on #122 Closes #110
This PR adds a spell check GHA to run on PRs to
main
, and for now, also totemplate-refresh
(we'll remove this as part of #130). Along the way, I fixed a variety of spelling errors and populated the dictionary. On some occasions, I found some spelling errors that are going to go away with forthcoming development, such ashtmlpreview
orCCDL
. Rather than adding these to the dictionary, I went ahead and removed those words, egCCDL
->Data Lab
.Note to self: Do not merge this into a stacked branch!! Keep this open and wait to merge into
template-refresh
so the GHA gets tested. (we could test the GHA in other ways, but imo this seems cleanest).