Skip to content

Commit

Permalink
Added SonarQube.
Browse files Browse the repository at this point in the history
  • Loading branch information
soup-bowl committed Oct 8, 2024
1 parent 0f5a02d commit 6723e8a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@ jobs:

steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0

- uses: sonarsource/sonarqube-scan-action@master
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}

- name: Composer Dependencies
uses: php-actions/composer@v6
Expand Down
1 change: 1 addition & 0 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
sonar.projectKey=soup-bowl_wp-simple-smtp_AZJthyW4wvap7F1pEwYC

0 comments on commit 6723e8a

Please sign in to comment.