From d19f01492a4758572526277b0860bb9d1a39fb45 Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Mon, 6 May 2024 15:43:44 -0400 Subject: [PATCH] - cleanup Signed-off-by: Vincent Biret --- .github/workflows/sonarcloud.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index 1ae4bff8b6..56c1d98a16 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -72,9 +72,7 @@ jobs: key: ${{ runner.os }}-sonar restore-keys: ${{ runner.os }}-sonar - name: Install SonarCloud scanner - shell: pwsh - run: | - dotnet tool install dotnet-sonarscanner --create-manifest-if-needed + run: dotnet tool install dotnet-sonarscanner --create-manifest-if-needed - name: Build and analyze env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any