We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8f2210d + 0378628 commit 4b443faCopy full SHA for 4b443fa
.github/workflows/build.yml
@@ -46,3 +46,8 @@ jobs:
46
env:
47
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
48
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
49
+ - name: SonarQube Quality Gate check
50
+ uses: sonarsource/sonarqube-quality-gate-action@master
51
+ timeout-minutes: 5
52
+ env:
53
+ SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
.github/workflows/deploy.yml
@@ -44,6 +44,11 @@ jobs:
44
45
- name: Publish to PyPI
54
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
0 commit comments