We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b2ac88 commit 92a5bdaCopy full SHA for 92a5bda
1 file changed
.github/workflows/rust.yml
@@ -53,15 +53,4 @@ jobs:
53
with:
54
command: clippy
55
56
- sonarcloud:
57
- name: SonarCloud
58
- runs-on: ubuntu-latest
59
- steps:
60
- - uses: actions/checkout@v2
61
- with:
62
- fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
63
- - name: SonarCloud Scan
64
- uses: SonarSource/sonarcloud-github-action@master
65
- env:
66
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
67
- SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
+
0 commit comments