Skip to content

BREAKING: Use Scoped services for the IWorkflow in DI. #10

BREAKING: Use Scoped services for the IWorkflow in DI.

BREAKING: Use Scoped services for the IWorkflow in DI. #10

Workflow file for this run

---
name: Run SonarQube Analysis
on:
push:
branches:
- main
paths-ignore:
- "**.md"
- ".vscode/**"
concurrency:
group: sonarqube-analysis
jobs:
test:
uses: ./.github/workflows/tests-base.yaml
with:
sonarqube: true
sonarqube_host: ${{ vars.SONARQUBE_HOST }}
secrets:
SONARQUBE_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}