JamieSlome / hackathon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add github workflow to build artifact and run through code quality checks

Poss111 opened this issue · comments

Summary

To make this code base as maintainable as can be, we need to add the following checks to be run during a PR:

  1. Junits
  2. Sonar check
  3. Style check

After this is in place, we should add this as a prerequisite to pass before merging the PR.

Acceptance Criteria

  1. Run through the list of checks with Github actions.
  2. Add the action as a prerequisite for merging to master.