Skip to content

Latest commit

 

History

History
46 lines (34 loc) · 1.4 KB

CI-CD-Configuration.md

File metadata and controls

46 lines (34 loc) · 1.4 KB

CI/CD-Configuration

Used Pipelines

  • SonarCloud
  • Lint Action

README.md

  • Change all Badges to correct url

SonarCloud

for new project

  • Checks any Code-Smells and Code-Quality metrics
    • Activate account and connect with GitHub
    • Add the project
    • Configure New Code after first analysis to "Previous version"
      • All code that has changed since the previous version bump is considered new code

NPM Publish CI/CD

for new project

Lint Action