Skip to content

Commit 6e28c08

Browse files
committed
remove lint issues
1 parent 58fb137 commit 6e28c08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ jobs:
2020
java-version: 17
2121
- uses: actions/checkout@v3
2222
with:
23-
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
23+
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
2424
ref: ${{ github.event.pull_request.head.sha }}
2525
- name: Build Java
2626
run: |
2727
mvn clean compile -DskipTests -f ./server/api-service/pom.xml
2828
- name: SonarCloud Scan
2929
uses: SonarSource/sonarcloud-github-action@master
3030
env:
31-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
31+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
3232
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)