Skip to content

Commit 7fa8592

Browse files
committed
Add scalafmt formatting check to CI
1 parent f352006 commit 7fa8592

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,7 @@ def Tasks = [
375375
testAdapter$v/mimaReportBinaryIssues \
376376
sbtPlugin/mimaReportBinaryIssues &&
377377
sbt ++$scala scalastyleCheck &&
378+
sbt ++$scala scalafmtCheckAll &&
378379
sbt ++$scala ir$v/compile:doc \
379380
linkerInterface$v/compile:doc linker$v/compile:doc \
380381
testAdapter$v/compile:doc \

0 commit comments

Comments
 (0)