Skip to content

Commit

Permalink
Added SonarCloud configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
MaceScott committed Feb 17, 2025
1 parent 3e50e8b commit 1cc7b45
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 17 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Build
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
jobs:
sonarqube:
name: SonarQube
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: SonarQube Scan
uses: SonarSource/sonarqube-scan-action@v4
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
17 changes: 0 additions & 17 deletions sonar-project.properties

This file was deleted.

0 comments on commit 1cc7b45

Please sign in to comment.