Skip to content

Sonar Cloud

Sonar Cloud #364

Workflow file for this run

name: Sonar Cloud
on:
push:
pull_request:
types: [opened, synchronize, reopened]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
sonarcloud:
if: ${{ github.actor != 'dependabot[bot]' }}
uses: dfuchss/actions/.github/workflows/sonarcloud.yml@main
secrets:
SONAR_TOKEN: ${{secrets.SONAR_TOKEN}}