Skip to content

Commit b786329

Browse files
Merge branch 'stage' into stage
2 parents 5fd841e + 1b141d7 commit b786329

File tree

111 files changed

+4439
-726
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

111 files changed

+4439
-726
lines changed

.github/workflows/pr.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,17 @@ on:
88
merge_group:
99

1010
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 }}
1122
build-and-deploy:
1223
runs-on: ubuntu-20.04
1324
env:
100 KB
101 KB
100 KB
98.7 KB
96.5 KB
97.9 KB
178 KB
121 KB
173 KB

0 commit comments

Comments
 (0)