mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +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
Notes:
sideshowbarker
2024-07-18 04:50:32 +09:00
Author: https://github.com/bgianfo Commit: https://github.com/SerenityOS/serenity/commit/3ad2b39eef8 Pull-request: https://github.com/SerenityOS/serenity/pull/9773 Reviewed-by: https://github.com/Dexesttp
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…
Reference in a new issue