Skip to content

Commit

Permalink
Update sonar.yml
Browse files Browse the repository at this point in the history
also helps to deps
  • Loading branch information
InfinityMin3r committed Sep 4, 2023
1 parent 7a07024 commit 79c9b11
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/sonar.yml
Expand Up @@ -18,6 +18,8 @@ jobs:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Install sonar-scanner and build-wrapper
uses: SonarSource/sonarcloud-github-c-cpp@v2
- name: Install dependencies
run: ./.github/workflows/deps/linux.sh
- name: Configure build
run: |
mkdir build
Expand Down

0 comments on commit 79c9b11

Please sign in to comment.