Skip to content

Commit fe2fb1c

Browse files
committed
Add sonar cloud
1 parent 4104103 commit fe2fb1c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/python-package.yml

+4
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,7 @@ jobs:
3838
with:
3939
token: ${{ secrets.CODECOV_TOKEN }}
4040
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

Comments
 (0)