bashbunni / pjs

A basic CLI for regularly updating your project's status
210 stars 26 forks source link

Creating a basic CI pipeline with static code analysis #9

Closed m-gora closed 2 years ago

m-gora commented 2 years ago

Adding a CI workflow and add static code analysis.

To set up sonar cloud for your repo you need to do the following:

afterwards all commits to dev and feature/* will trigger a build and scan.

bashbunni commented 2 years ago

Created a CI pipeline with @muesli but thank you so much! This will be very helpful to others looking to add CI to their projects

m-gora commented 2 years ago

No worries. At some point you could still look into the SonarCloud part of this PR if you want to get more into a clean architecture direction in the future. SonarCloud really helps out in finding bugs and refactoring code.

bashbunni commented 2 years ago

Thank you!!!