This commit is contained in:
Roland Gruber 2022-03-04 20:51:23 +01:00
parent a7619aa6ce
commit 473322d019

View file

@ -34,3 +34,9 @@ jobs:
- name: Run test suite
run: composer run-script test
- name: SonarCloud Scan
uses: sonarsource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}