automerge / automerge-repo

MIT License
458 stars 51 forks source link

Add prettier check to lint script #325

Closed HerbCaudill closed 6 months ago

HerbCaudill commented 6 months ago

This PR adds prettier . --check to the lint script at the monorepo root. This will ensure that code that's not consistently formatted will get flagged by the lint action, so PRs with wonky formatting will get the red X instead of the green check etc.