Skip to content

Commit 34843f8

Browse files
committed
Restore scalafix task to prePR
1 parent 32bf717 commit 34843f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,5 +145,6 @@ ThisBuild / prePR_nonCross := Def.sequential(
145145
root / clean,
146146
root / Compile / scalafmt,
147147
root / Compile / compile,
148+
(root / Compile / scalafix).toTask(""),
148149
example / Compile / compile,
149150
).value

0 commit comments

Comments
 (0)