Skip to content

Commit d8ae0ea

Browse files
Add SonarCloud Job Summary step to sonarcloud.yml
Agent-Logs-Url: https://github.com/304NotModified/SLNX-validator/sessions/317ec9e9-0ffd-4326-9b98-20c4631bca49 Co-authored-by: 304NotModified <5808377+304NotModified@users.noreply.github.com>
1 parent 91b0901 commit d8ae0ea

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)