Added SonarQube.

This commit is contained in:
soup-bowl
2024-10-09 21:11:55 +01:00
parent 1d4324e1bd
commit 0659b9f12f
2 changed files with 23 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
name: Test
on:
push:
branches:
- main
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Codebase
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: sonarsource/sonarqube-scan-action@v3
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
+1
View File
@@ -0,0 +1 @@
sonar.projectKey=soup-bowl_opensim-sandbox_b6658004-fd8f-4760-9fb6-b2887e8c0101