Galleme / backend

0 stars 0 forks source link

Add Static Code Analysis to the project #8

Closed nscharrenberg closed 3 years ago

nscharrenberg commented 3 years ago

Use a tool like Larastan or Codacy

Also add a CI/CD action which runs the code analysis.

nscharrenberg commented 3 years ago

Codacy has been added, and the build should fail when codacy analysis failed or any of the tests failed.