Closed yarikoptic closed 7 months ago
Actually, @yarikoptic, can we merge this separate workflow into the "Check linting issues" workflow, given this suits more like a linting job? Would be ok as separate job as well as an additional step.
done in 5f35742cf80c4d6afd0aab99229615d1d54d8d28
but note possibly an annoying side-effect of placing it first -- I guess if codespell fails now, other checks would not even be run.
If you haven't considered using pre-commit -- might be worthwhile here to automate and centralize checks etc
Will merge in a while from computer..
Just was around this repo and found it having a typo and seeing prior commits "manually" finding/fixing typos. With https://github.com/codespell-project/codespell you can prevent them getting accepted.