Skip to content

Sonarcloud

Sonarcloud #1

Workflow file for this run

on: workflow_dispatch
name: Sonarcloud
jobs:
sonarcloud:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@v3.1.0
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}