SonarCloud #722
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This is a template `sonar.yaml` file for snaps | |
# This file is managed by bootstack-charms-spec and should not be modified | |
# within individual snap repos. https://launchpad.net/bootstack-charms-spec | |
name: SonarCloud | |
on: | |
workflow_run: | |
workflows: | |
- Check workflow running linter, unit and functional tests | |
types: [completed] | |
jobs: | |
sonar: | |
uses: canonical/bootstack-actions/.github/workflows/sonar.yaml@main | |
secrets: inherit | |
with: | |
workflow-name: Check workflow running linter, unit and functional tests |