Skip to content

Commit

Permalink
Added SonarQube.
Browse files Browse the repository at this point in the history
  • Loading branch information
soup-bowl committed Oct 9, 2024
1 parent 1d4324e commit 0659b9f
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -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 change: 1 addition & 0 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
sonar.projectKey=soup-bowl_opensim-sandbox_b6658004-fd8f-4760-9fb6-b2887e8c0101

0 comments on commit 0659b9f

Please sign in to comment.