We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e92a37 commit a73b218Copy full SHA for a73b218
.github/workflows/c-cpp.yml
@@ -66,14 +66,3 @@ jobs:
66
name: ${{matrix.os}}
67
path: |
68
'likespro.eth - UNIVERSAL.o'
69
- sonarcloud:
70
- runs-on: ubuntu-latest
71
- steps:
72
- - uses: actions/checkout@v4
73
- with:
74
- # Disabling shallow clone is recommended for improving relevancy of reporting
75
- fetch-depth: 0
76
- - name: SonarCloud Scan
77
- uses: sonarsource/[email protected] # Ex: v2.1.0, See the latest version at https://github.com/marketplace/actions/sonarcloud-scan
78
- env:
79
- SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments