Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Commit 16c1550

Browse files
committed
chore: skip google code format verification in sonar step
1 parent 68b071c commit 16c1550

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,4 @@ jobs:
112112
env:
113113
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
114114
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
115-
run: ./gradlew build jacocoTestReport sonarqube --info
115+
run: ./gradlew build jacocoTestReport sonarqube --info -x verifyGoogleJavaFormat

0 commit comments

Comments
 (0)