Skip to content

Implement SonarCloud integrations #2

Implement SonarCloud integrations

Implement SonarCloud integrations #2

Workflow file for this run

name: SonarCloud
on:
workflow_dispatch:
push:
branches: [main]
tags: [v*]
pull_request:
jobs:
sonar_cloud:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Download artifacts
uses: actions/download-artifact@v4
- name: SonarCloud
if: always()
uses: SonarSource/[email protected]
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}