From b5d38be46a3fa4b930e8f775f9d756187333def8 Mon Sep 17 00:00:00 2001 From: Florian Zumpe Date: Wed, 17 Jun 2026 14:19:51 +0200 Subject: [PATCH] fixed typo --- .gitea/workflows/sonar-scanner.yaml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.gitea/workflows/sonar-scanner.yaml b/.gitea/workflows/sonar-scanner.yaml index beb134e..ecb076d 100644 --- a/.gitea/workflows/sonar-scanner.yaml +++ b/.gitea/workflows/sonar-scanner.yaml @@ -64,10 +64,8 @@ jobs: -Dsonar.test-support.inclusions=test-support/**/*.js \ -Dsonar.exclusions=public/vendor/**,node_modules/**,data/**,storage/** - #If you wish to fail your job when the Quality Gate is red, uncomment the - #following lines. This would typically be used to fail a deployment. - - uses: SonarSource/sonarqube-quality-gate-action@v1 - timeout-minutes: 5 - env: - SONAR_HOST_URL: ${{ vars.SONAR_HOST_URL }} - SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} \ No newline at end of file + - uses: SonarSource/sonarqube-quality-gate-action@v1 + timeout-minutes: 5 + env: + SONAR_HOST_URL: ${{ vars.SONAR_HOST_URL }} + SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} \ No newline at end of file