Skip to content

.github/workflows/sonar.yaml #61

.github/workflows/sonar.yaml

.github/workflows/sonar.yaml #61

Workflow file for this run

# 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

Check failure on line 14 in .github/workflows/sonar.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/sonar.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/sonar.yaml" -> "canonical/bootstack-actions/.github/workflows/sonar.yaml@main" : failed to fetch workflow: workflow was not found.
secrets: inherit
with:
workflow-name: PR workflow running lint checkers, unit and functional tests