CI checks aren't enforcing Prettier
JoshuaKGoldberg opened this issue ยท 1 comments
JoshuaKGoldberg commented
Overview
Sibling to #1100: this was never checked because the CircleCI config doesn't enforce that prettier --list-different has no entries.
Actual Behavior
You can git commit --no-verify and git push non-Prettier-ok code.
Expected Behavior
๐
JoshuaKGoldberg commented
Wait, #1127 didn't enforce this in CI.