element-web/.github/workflows/sonarqube.yml

16 lines
426 B
YAML
Raw Normal View History

name: SonarQube
on:
2022-12-09 13:28:29 +01:00
workflow_run:
workflows: ["Tests"]
types:
- completed
concurrency:
2022-12-09 13:28:29 +01:00
group: ${{ github.workflow }}-${{ github.event.workflow_run.head_branch }}
cancel-in-progress: true
jobs:
2022-12-09 13:28:29 +01:00
sonarqube:
name: 🩻 SonarQube
uses: matrix-org/matrix-js-sdk/.github/workflows/sonarcloud.yml@develop
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}