roc-lang / roc

A fast, friendly, functional language.
https://roc-lang.org
Universal Permissive License v1.0
4.46k stars 313 forks source link

Update CI to check roc format if only comments changed #6969

Open Anton-4 opened 3 months ago

Anton-4 commented 3 months ago

If you add a stray space after a comment, it will fail the roc format check but if only comments changed, we don't actually test with roc format. We should, changes should happen around here. Only .roc files that changed should be checked with roc format, not all roc files.