Skip to content

Add sonarcloud

Add sonarcloud #190

Workflow file for this run

name: Pull request checks
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
pull_request:
runs-on: ubuntu-latest
timeout-minutes: 5
permissions:
contents: read
packages: read
pull-requests: write
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@master
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}