We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eb417bd + 4234187 commit 59b2249Copy full SHA for 59b2249
.github/workflows/build.yml
@@ -4,7 +4,6 @@ on:
4
branches: [ master ]
5
pull_request:
6
7
- types: [opened, synchronize, reopened]
8
jobs:
9
build:
10
runs-on: Ubuntu-18.04
@@ -37,16 +36,3 @@ jobs:
37
36
- name: Build binary wheel and a source tarball
38
if: ${{ matrix.python-version == '3.6.8' }}
39
run: python setup.py sdist
40
-
41
- sonarcloud:
42
- name: SonarCloud
43
- runs-on: ubuntu-latest
44
- steps:
45
- - uses: actions/checkout@v2
46
- with:
47
- fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
48
- - name: SonarCloud Scan
49
- uses: SonarSource/sonarcloud-github-action@master
50
- env:
51
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
52
- SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
sonar-project.properties
0 commit comments