Update ci.yml

This commit is contained in:
Tomaae 2021-01-25 08:33:43 +01:00 committed by GitHub
parent 818f049eb2
commit a32af2370c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }}