Skip to content

Commit 26dbe12

Browse files
CopilotMalcolmnixon
andcommitted
Add Display SonarCloud Quality Report step to build-docs job
Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com>
1 parent e01df13 commit 26dbe12

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,12 @@ jobs:
354354
--report docs/quality/sonar-quality.md
355355
--report-depth 1
356356
357+
- name: Display SonarCloud Quality Report
358+
shell: bash
359+
run: |
360+
echo "=== SonarCloud Quality Report ==="
361+
cat docs/quality/sonar-quality.md
362+
357363
- name: Generate Build Notes with BuildMark
358364
shell: bash
359365
env:

0 commit comments

Comments
 (0)