diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 7dfde83..61ef289 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -11,6 +11,18 @@ concurrency: cancel-in-progress: true jobs: + sonarcloud: + name: Sonarcloud + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + with: + fetch-depth: 0 + - name: SonarCloud Scan + uses: sonarsource/sonarcloud-github-action@master + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} lint: name: Lint runs-on: ubuntu-latest