File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments