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 }}