HASKI-RAK / HASKI-Backend

This is the Backend System for our HASKI project.
GNU Lesser General Public License v2.1
4 stars 1 forks source link

Setup CI/CD Pipeline #25

Closed MarcNor closed 1 year ago

MarcNor commented 1 year ago

Describe the feature to be developed

The Project should contain a CI/CD Pipeline for automatic checking tests and pycodestyle on pull and creating a docker image on merge. It should not be allowed to merge before tests are running and the code style is running good. Maybe it is also possible to include Sonarqube to the pipeline as well.

Describe the Impact on the System The project itself will not be touched, only infrastructure things within github will be changed.

Definition of Done What needs to be done, before the Issue can be closed?