mirror of
https://github.com/mathuo/dockview
synced 2025-03-10 16:02:04 +00:00
chore: fix sonar setup
This commit is contained in:
parent
85e8a6923d
commit
581e5be904
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@ -29,9 +29,9 @@ jobs:
|
||||
env:
|
||||
CI: true
|
||||
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
|
||||
# - uses: actions/checkout@v2
|
||||
# with:
|
||||
# fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
|
||||
- name: SonarCloud Scan
|
||||
uses: SonarSource/sonarcloud-github-action@master
|
||||
env:
|
||||
|
Loading…
Reference in New Issue
Block a user