Skip to content

Commit a73b218

Browse files
authored
Fixed C/C++ CI workflow.
1 parent 4e92a37 commit a73b218

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/c-cpp.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -66,14 +66,3 @@ jobs:
6666
name: ${{matrix.os}}
6767
path: |
6868
'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

Comments
 (0)