Skip to content

Commit 34da6a4

Browse files
committed
ci: format yaml correctly #2
1 parent 2f3c820 commit 34da6a4

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/sonarqube-deploy-action.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
name: 'Sonarqube deployment'
23

34
on: push
@@ -32,4 +33,6 @@ jobs:
3233
run: cd frontend && npm run test -- --coverage
3334

3435
- name: Build and analyze
35-
run: mvn clean verify sonar:sonar -Dsonar.login=${{ secrets.SONAR_TOKEN }} -Dsonar.host.url=${{vars.SONAR_HOST_URL}}
36+
run: mvn clean verify sonar:sonar
37+
-Dsonar.login=${{ secrets.SONAR_TOKEN }}
38+
-Dsonar.host.url=${{vars.SONAR_HOST_URL}}

0 commit comments

Comments
 (0)