Skip to content

Commit

Permalink
Add SonarQube setup to GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tyutyutyu committed Mar 2, 2024
1 parent d34fbbd commit 3ab8ebc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ jobs:
- name: Run tox
run: poetry run tox -e py

- name: Setup SonarQube
uses: warchant/setup-sonar-scanner@v7

- name: SonarCloud Scan
uses: sonarsource/sonarcloud-github-action@master
env:
Expand Down

0 comments on commit 3ab8ebc

Please sign in to comment.