Skip to content

SonarCloud

SonarCloud #315

Workflow file for this run

name: "SonarCloud"
on:
workflow_dispatch:
workflow_run:
workflows: ["Build and Test"]
types:
- completed
jobs:
sonarcloud-check:
name: "SonarCloud Check"
uses: mParticle/mparticle-workflows/.github/workflows/sonarcloud.yml@main
secrets: inherit
with:
app_relative_path: "android"