Created a Github action that runs linting and automated tests.
Tested.
Needs fulfilled
Increased consistency and readability; less time needed to grok the big picture and the details if/when code is inherited or even when code is looked at later by the same dev.
Increased efficiency; less dev time spent on minor formatting and tracking down bugs.
Increase reliability; automated testing helps ensure the application works and, as mentioned above, helps debugging.
GitHub Action
Needs fulfilled