Skip to content

Commit 1bd9b71

Browse files
committed
refactor: clarify SonarCloud integration comment in code quality workflow
1 parent 87a2b0a commit 1bd9b71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/code-quality.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ jobs:
5555
dependency-tree.txt
5656
retention-days: 7
5757

58-
# Optional: SonarCloud integration (requires setup)
58+
# SonarCloud integration (disabled by default)
5959
sonarcloud:
6060
name: SonarCloud Analysis
6161
runs-on: ubuntu-latest
62-
if: false # Set to true when SonarCloud is configured
62+
if: false # Set to true when SonarCloud is configured and SONAR_TOKEN secret is added
6363

6464
steps:
6565
- name: Checkout code

0 commit comments

Comments
 (0)