Skip to content

feat: add sonarcloud #1

feat: add sonarcloud

feat: add sonarcloud #1

Workflow file for this run

name: ci
on:
pull_request:
types: [ opened, ready_for_review, reopened ]
jobs:
###
sonarcloud:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Analyze with SonarCloud
uses: sonarsource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}