Skip to content

Commit a9006cc

Browse files
Update swift.yml
1 parent 4b9030c commit a9006cc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/swift.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,8 @@ jobs:
1717
run: swift build -v
1818
- name: Run tests
1919
run: swift test -v
20+
- name: SonarCloud Scan
21+
uses: SonarSource/sonarcloud-github-action@v1.6
22+
env:
23+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
24+
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)