commit
0c406d10bf
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
|
@ -19,3 +19,10 @@ jobs:
|
|||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
|
||||
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
||||
- name: SonarCloud Quality Gate
|
||||
uses: SonarSource/sonarqube-quality-gate-action@master
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
|
||||
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user