From f108be4235d9fc7b1cdbd5e3cbfdd4724558f3bb Mon Sep 17 00:00:00 2001 From: Kevsl Date: Mon, 16 Sep 2024 15:38:59 +0200 Subject: [PATCH] added sonar --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9d0e096..4116e5c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,9 +42,9 @@ jobs: POSTGRES_PASSWORD: ${{ secrets.CI_DB_PASSWORD }} POSTGRES_DB: testdb - sonarqube: - runs-on: ubuntu-latest - steps: + sonarqube: + runs-on: ubuntu-latest + steps: - uses: actions/checkout@v4 with: fetch-depth: 0 @@ -52,4 +52,4 @@ jobs: uses: sonarsource/sonarqube-scan-action@ env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - SONAR_HOST_URL: ${{ vars.SONAR_HOST_URL }} \ No newline at end of file + SONAR_HOST_URL: ${{ vars.SONAR_HOST_URL }}