Skip to content

Commit

Permalink
ci: Add command to include submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
utilForever committed May 22, 2024
1 parent 7b13cf3 commit 194ffc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ubuntu-sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
submodules: true
- name: Install sonar-scanner and build-wrapper
uses: SonarSource/sonarcloud-github-c-cpp@v2
- name: Configure Build
Expand Down

0 comments on commit 194ffc4

Please sign in to comment.