We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4104103 commit fe2fb1cCopy full SHA for fe2fb1c
.github/workflows/python-package.yml
@@ -38,3 +38,7 @@ jobs:
38
with:
39
token: ${{ secrets.CODECOV_TOKEN }}
40
slug: Laerdal/python-objdictgen
41
+ - name: SonarCloud Scan
42
+ uses: SonarSource/sonarcloud-github-action@master
43
+ env:
44
+ SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments