diff --git a/.github/workflows/sonar-workflow.yml b/.github/workflows/sonar-workflow.yml new file mode 100644 index 0000000..de90e99 --- /dev/null +++ b/.github/workflows/sonar-workflow.yml @@ -0,0 +1,15 @@ +name: Sonar Workflow + +on: + push: + branches: + - main + + pull_request: + branches: + - main + +jobs: + Sonar-Analysis: + uses: zeptonow/workflow-hub/.github/workflows/sonar-callable-workflow.yml@main + secrets: inherit \ No newline at end of file