Add codespell support (config, workflow to detect/not fix) and make it fix few typos
More about codespell: https://github.com/codespell-project/codespell .
I personally introduced it to dozens if not hundreds of projects already and so far only positive feedback.
CI workflow has 'permissions' set only to 'read' so also should be safe.
Thank you, it looks like a valuable contribution.
Unfortunately, the project has been in minimum maintenance mode for a while, and we're not even using GH Actions atm.
How can I verify that this would be working OK when merged?
Shouldn't I see some successful runs of the GH Action pipeline here?
How can I verify that this would be working OK when merged?
locally -- just run codespell and see if it says anything
on CI -- submit a PR with a typo
Shouldn't I see some successful runs of the GH Action pipeline here?
hm, indeed it should have but it seems that https://github.com/gnab/remark/actions is "blank" as this is the first workflow added here. May be they also disabled in settings (but then why do I see that tab?). Overall, sorry -- don't have complete answer. Usually repos have at least some workflow and this is I think first case out of hundreds ;-)
FWIW - you could merge and see if it emerges among actions. I do not think there should be harm.
Or you could add in another PR some other action you like to just "kick start" github actions and then we could get back to this PR