GitHub Actions: Adds missing empty line between steps in sonarcloud.yml

This commit is contained in:
Christian Koop 2022-11-26 20:26:01 +01:00
parent 8e91cc18eb
commit e2194e0dec
No known key found for this signature in database
GPG Key ID: 89A8181384E010A3
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ jobs:
with:
path: ~/.sonar/cache
key: ${{ runner.os }}-sonar
- name: Analyze project
if: ${{ env.SONAR_TOKEN != null }}
run: >