Skip to content

Commit 3ec20f0

Browse files
author
Gilles Grousset
committed
fix(CI): indentation
1 parent a5d7e45 commit 3ec20f0

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/maven.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ jobs:
3030
run: mvn -B package --file pom.xml
3131

3232
- name: Analyze
33-
env:
34-
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
35-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36-
run: |
37-
mvn verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar \
38-
-Dsonar.login=$SONAR_TOKEN \
39-
-Dsonar.host.url=https://sonarcloud.io \
40-
-Dsonar.organization=insideapp-oss \
41-
-Dsonar.projectKey=insideapp-oss_sonar-flutter
33+
env:
34+
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
35+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36+
run: |
37+
mvn verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar \
38+
-Dsonar.login=$SONAR_TOKEN \
39+
-Dsonar.host.url=https://sonarcloud.io \
40+
-Dsonar.organization=insideapp-oss \
41+
-Dsonar.projectKey=insideapp-oss_sonar-flutter
4242
4343
- id: get-version
4444
name: Get maven project version

0 commit comments

Comments
 (0)