improve: remove prettier workflow, instead error on formatting problems #457
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "workflow"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It seems some contributors here are not running the prettier workflow in their PRs, so this makes formatting problems raise a fatal error. This means contributors will have to use
npm run prettier
locally.