We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5d9310 commit cc11a06Copy full SHA for cc11a06
.github/workflows/build.yml
@@ -35,16 +35,3 @@ jobs:
35
36
- name: Run test suite
37
run: composer run-script test
38
-
39
- sonarcloud:
40
- name: SonarCloud Analysis
41
- runs-on: ubuntu-latest
42
- steps:
43
- - uses: actions/checkout@v2
44
- with:
45
- fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
46
- - name: SonarCloud Scan
47
- uses: SonarSource/sonarcloud-github-action@master
48
- env:
49
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
50
- SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments