We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0a1aee2 + 1b28623 commit 9c3d4d5Copy full SHA for 9c3d4d5
.github/workflows/pr.yml
@@ -8,6 +8,17 @@ on:
8
merge_group:
9
10
jobs:
11
+ sonarqube-analysis:
12
+ runs-on: ubuntu-latest
13
+ steps:
14
+ - name: Checkout repo
15
+ uses: actions/checkout@v4
16
+
17
+ - name: SonarQube Analysis
18
+ uses: SonarSource/sonarqube-scan-action@master
19
+ env:
20
+ SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
21
+ SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
22
build-and-deploy:
23
runs-on: ubuntu-20.04
24
env:
sonar-project.properties
@@ -0,0 +1 @@
1
+sonar.projectKey=LambdaTest_documentation_AZalKzdg-ZKsnB8M0r3H
0 commit comments