mirror of
https://github.com/songoda/SongodaCore.git
synced 2025-02-19 13:01:50 +01:00
GitHub Actions: Adds missing empty line between steps in sonarcloud.yml
This commit is contained in:
parent
8e91cc18eb
commit
e2194e0dec
1
.github/workflows/sonarcloud.yml
vendored
1
.github/workflows/sonarcloud.yml
vendored
@ -32,6 +32,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
path: ~/.sonar/cache
|
path: ~/.sonar/cache
|
||||||
key: ${{ runner.os }}-sonar
|
key: ${{ runner.os }}-sonar
|
||||||
|
|
||||||
- name: Analyze project
|
- name: Analyze project
|
||||||
if: ${{ env.SONAR_TOKEN != null }}
|
if: ${{ env.SONAR_TOKEN != null }}
|
||||||
run: >
|
run: >
|
||||||
|
Loading…
Reference in New Issue
Block a user