carlquistb / FormulaCraft

An SMS-based service for running Minecraft server on AWS.
MIT License
0 stars 1 forks source link

Add Linter Workflow #43

Closed nlipiarski closed 4 years ago

nlipiarski commented 4 years ago

Adding a new lint and prettify workflow that will be run on pull requests. These can be run locally from the Autostack folder by running npm run lint. If the workflow detects fixable linting problems, these will be automatically commit to the branch as well. Some errors will still have to be fixed locally.