Skip to content

Commit d43c6ca

Browse files
Add GitHub Actions job summary step to SonarCloud workflow
Agent-Logs-Url: https://github.com/304NotModified/SLNX-validator/sessions/5a7193d6-1ad7-45a2-98a1-edf1176dc573 Co-authored-by: 304NotModified <5808377+304NotModified@users.noreply.github.com>
1 parent 507e1e5 commit d43c6ca

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/sonarcloud.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,10 @@ jobs:
5353
env:
5454
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
5555
run: dotnet sonarscanner end /d:sonar.token="${SONAR_TOKEN}"
56+
57+
- name: SonarCloud summary
58+
if: always()
59+
run: |
60+
echo "## 🔍 SonarCloud Analysis" >> $GITHUB_STEP_SUMMARY
61+
echo "" >> $GITHUB_STEP_SUMMARY
62+
echo "View full results: [sonarcloud.io/project/overview?id=slnx-validator](https://sonarcloud.io/project/overview?id=slnx-validator)" >> $GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)