Skip to content

Implement SonarCloud integrations #14

Implement SonarCloud integrations

Implement SonarCloud integrations #14

Workflow file for this run

name: SonarCloud
on:
workflow_dispatch:
# workflow_run:
# workflows: ["Pre-commit checks"]
# # branches: [main]
# types: [completed]
# push:
pull_request:
jobs:
test:
name: Testing
uses: minvws/nl-kat-coordination/.github/workflows/pre_commit_checks.yml@feature/sonar-cloud
sonar_cloud:
runs-on: ubuntu-latest
needs: test
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Download artifacts
uses: actions/download-artifact@v4
- name: SonarCloud
uses: SonarSource/[email protected]
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}