mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 21:07:35 +00:00
Meta: Add sonar.python.version config to silence sonar cloud warning
All of our python scripts use python3
This commit is contained in:
parent
4961fa4715
commit
3ad2b39eef
1 changed files with 1 additions and 0 deletions
|
@ -58,6 +58,7 @@ jobs:
|
|||
echo "sonar.host.url=${{ env.SONAR_SERVER_URL }}" >> ${{ github.workspace }}/sonar-project.properties
|
||||
echo "sonar.sources=AK,Build,Userland,Kernel,Meta" >> ${{ github.workspace }}/sonar-project.properties
|
||||
echo "sonar.tests=Tests" >> ${{ github.workspace }}/sonar-project.properties
|
||||
echo "sonar.python.version=3.7, 3.8, 3.9" >> ${{ github.workspace }}/sonar-project.properties
|
||||
|
||||
# === OS SETUP ===
|
||||
# TODO: Is there someway to share these steps with the cmake.yml?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue