Skip to content

Commit

Permalink
Added dotnet-sonarscanner.
Browse files Browse the repository at this point in the history
  • Loading branch information
lvukadinovic-ib committed Oct 25, 2024
1 parent 041777d commit 8d0bde0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
run: dotnet restore
- name: Build
run: dotnet build --no-restore
- name: Install SonarScanner for .NET
run: dotnet tool install --global dotnet-sonarscanner
- name: Run SonarCloud Scan
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
Expand Down

0 comments on commit 8d0bde0

Please sign in to comment.