Skip to content

Commit

Permalink
Remove SonarCloud CI for the time being.
Browse files Browse the repository at this point in the history
  • Loading branch information
deadshot465 committed Nov 16, 2023
1 parent 4773f1a commit 60af39c
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,3 @@ jobs:
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
sonarcloud:
name: SonarCloud
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 comments on commit 60af39c

Please sign in to comment.