File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -38,12 +38,12 @@ jobs:
3838 - name : Check whether import statements are used consistently
3939 shell : bash -l {0}
4040 run : poetry run isort --check-only --diff --conda-env spec2vec-dev .
41- # - name: SonarQube Scan
42- # if: github.repository == 'iomega/spec2vec'
43- # uses: SonarSource/sonarqube-scan-action@master
44- # env:
45- # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
46- # SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
41+ - name : SonarQube Scan
42+ if : github.repository == 'iomega/spec2vec'
43+ uses : SonarSource/sonarqube-scan-action@v6
44+ env :
45+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
46+ SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
4747
4848 build_pypi :
4949 name : Pypi and documentation build / python-${{ matrix.python-version }} / ${{ matrix.os }}
You can’t perform that action at this time.
0 commit comments