SonarCloud #134
Workflow file for this run
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 ops charms | |
# This file is managed by bootstack-charms-spec and should not be modified | |
# within individual charm repos. https://launchpad.net/bootstack-charms-spec | |
name: SonarCloud | |
on: | |
workflow_run: | |
workflows: | |
- PR workflow running lint checkers, unit and functional tests | |
types: [completed] | |
jobs: | |
sonar: | |
uses: canonical/bootstack-actions/.github/workflows/sonar.yaml@main | |
secrets: inherit | |
with: | |
workflow-name: PR workflow running lint checkers, unit and functional tests |