We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 989e355 commit a715ab4Copy full SHA for a715ab4
1 file changed
.github/workflows/build.yml
@@ -53,3 +53,8 @@ jobs:
53
- name: Run unit tests
54
run: sh ${{ github.workspace }}/scripts/4_run_tests.sh
55
56
+ - name: SonarCloud Scan
57
+ uses: SonarSource/sonarcloud-github-action@master
58
+ env:
59
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
60
+ SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments