w3c / spec-prod

GitHub Action to build ReSpec/Bikeshed specs, validate output and publish to GitHub pages or W3C
https://w3c.github.io/spec-prod/
MIT License
34 stars 21 forks source link

chore(ci/pr): add codespell workflow, make it fix a typo #168

Closed yarikoptic closed 7 months ago

yarikoptic commented 9 months ago

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.

sidvishnoi commented 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.

yarikoptic commented 7 months ago

done in 5f35742cf80c4d6afd0aab99229615d1d54d8d28

yarikoptic commented 7 months ago

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

sidvishnoi commented 7 months ago

Will merge in a while from computer..