Skip to content

Commit 92a5bda

Browse files
authored
Update rust.yml
1 parent 1b2ac88 commit 92a5bda

1 file changed

Lines changed: 1 addition & 12 deletions

File tree

.github/workflows/rust.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,4 @@ jobs:
5353
with:
5454
command: clippy
5555

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 }}
56+

0 commit comments

Comments
 (0)