Skip to content

Commit 37cf3a8

Browse files
Fix sonar.yml indentation
1 parent 86507fe commit 37cf3a8

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/sonar.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,24 +15,24 @@ jobs:
1515
steps:
1616
- name: Checkout repository
1717
uses: actions/checkout@v4
18-
with:
19-
fetch-depth: 0
18+
with:
19+
fetch-depth: 0
2020

2121
- name: Set up JDK
2222
uses: actions/setup-java@v4
2323
with:
2424
distribution: 'temurin'
2525
java-version: '21'
2626

27-
- name: Cache Maven packages
28-
uses: actions/cache@v4
29-
with:
30-
path: ~/.m2
31-
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
32-
restore-keys: ${{ runner.os }}-m2
33-
27+
- name: Cache Maven packages
28+
uses: actions/cache@v4
29+
with:
30+
path: ~/.m2
31+
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
32+
restore-keys: ${{ runner.os }}-m2
33+
3434
- name: Run SonarQube
3535
run: mvn -B clean verify sonar:sonar -Dsonar.projectKey=ComputerDaddyGuy_JFileTreePrettyPrinter -Dsonar.organization=computerdaddyguy
3636
env:
37-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
38-
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
37+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
38+
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)