Closed KristjanESPERANTO closed 3 weeks ago
i saw that the node-ical workflow added coderabbit which added a codeblock around an example i gave, and improved the text i added in doc
pretty impressive
Or do you have any other ideas on how we can run the spelling check on a regular basis?
maybe as cronjob as we have already in stale.yaml
on develop
?
maybe as cronjob as we have already in
stale.yaml
ondevelop
?
That sounds like a better approach! I added a GitHub workflow to run the spell check a few days before each release.
AFAIK the cronjobs needs to be on master
wo work so we have to do the spellcheck manually before next release ...
AFAIK the cronjobs needs to be on master
That would be suboptimal. Let's see what the job will do on 27th December :slightly_smiling_face:
Besides updating cspell and handling spelling issues, the important change is adding the spelling check to the GitHub workflow.
I'm not sure if it will bother us too much when people create PRs. But I wanted to give it a try. Or do you have any other ideas on how we can run the spelling check on a regular basis?