Skip to content

Commit

Permalink
Update main-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
benpollarduk authored Dec 22, 2023
1 parent 2c09e94 commit 6527a98
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/main-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,14 @@ jobs:
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

- name: SonarCloud analysis
uses: SonarSource/[email protected]
with:
args: >
-Dsonar.organization=benpollarduk
-Dsonar.projectKey=benpollarduk_adventure-framework
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 comments on commit 6527a98

Please sign in to comment.