mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 20:14:05 +00:00
action: sonar check
This commit is contained in:
parent
d48e9dd0f8
commit
03d92168c9
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -43,6 +43,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@v1
|
||||
- name: Run build-wrapper
|
||||
|
|
Loading…
Reference in a new issue