Add github workflow to build artifact and run through code quality checks
Poss111 opened this issue · 0 comments
Poss111 commented
Summary
To make this code base as maintainable as can be, we need to add the following checks to be run during a PR:
- Junits
- Sonar check
- Style check
After this is in place, we should add this as a prerequisite to pass before merging the PR.
Acceptance Criteria
- Run through the list of checks with Github actions.
- Add the action as a prerequisite for merging to master.