2022-05-02 22:34:31 +02:00
|
|
|
name: SonarQube
|
|
|
|
on:
|
2022-12-12 12:24:14 +01:00
|
|
|
workflow_run:
|
|
|
|
workflows: ["Tests"]
|
|
|
|
types:
|
|
|
|
- completed
|
2022-05-14 00:25:50 +02:00
|
|
|
concurrency:
|
2022-12-12 12:24:14 +01:00
|
|
|
group: ${{ github.workflow }}-${{ github.event.workflow_run.head_branch }}
|
|
|
|
cancel-in-progress: true
|
2022-05-02 22:34:31 +02:00
|
|
|
jobs:
|
2022-12-12 12:24:14 +01:00
|
|
|
sonarqube:
|
|
|
|
name: 🩻 SonarQube
|
|
|
|
uses: matrix-org/matrix-js-sdk/.github/workflows/sonarcloud.yml@develop
|
|
|
|
secrets:
|
|
|
|
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|