Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6e28c08

Browse files
committed
remove lint issues
1 parent58fb137 commit6e28c08

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)

[8]ページ先頭

©2009-2025 Movatter.jp