spaceninjaserver / SpaceNinjaServer

A simple server for a small space ninja game
GNU General Public License v3.0
60 stars 37 forks source link

improve: remove prettier workflow, instead error on formatting problems #457

Closed Sainan closed 2 days ago

Sainan commented 2 days ago

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.