diff --git a/.github/workflows/dhis2-verify-commits.yml b/.github/workflows/dhis2-verify-commits.yml index bf5995a3..27b41703 100644 --- a/.github/workflows/dhis2-verify-commits.yml +++ b/.github/workflows/dhis2-verify-commits.yml @@ -32,6 +32,14 @@ jobs: uses: codecov/codecov-action@v4.0.1 with: token: ${{ secrets.CODECOV_TOKEN }} + - name: SonarQube Scan + uses: SonarSource/sonarqube-scan-action@v4 + with: + projectBaseDir: client/src + args: > + -X + env: + SONAR_TOKEN: ${{ secrets.SONARCLOUD_TOKEN }} lint-pr-title: runs-on: ubuntu-latest steps: diff --git a/sonar-project.properties b/sonar-project.properties new file mode 100644 index 00000000..e69de29b