diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ab4d700..4fb5c89 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,16 +63,3 @@ jobs: uses: "actions/checkout@v2" - name: Run hassfest uses: home-assistant/actions/hassfest@master - - sonarcloud: - name: SonarCloud - needs: [black, tests] - runs-on: ubuntu-latest - steps: - - name: Check out code from GitHub - uses: "actions/checkout@v2" - - name: SonarCloud Code Analysis - uses: sonarsource/sonarcloud-github-action@master - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}