We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31c90ab commit fee978dCopy full SHA for fee978d
1 file changed
.circleci/config.yml
@@ -188,8 +188,7 @@ workflows:
188
install_sbt_version: 1.10.5
189
openjdk_version: '17'
190
cmd: |
191
- sbt "scalafmtCheckAll;scalafmtSbtCheck;scapegoat;scalafixEnable;scalafix --test"
192
- cache_prefix: *cache_prefix
+ sbt "scalafmtCheckAll;scalafmtSbtCheck;scalafixEnable;scalafix --test"
193
requires:
194
- compile
195
- codacy/sbt:
0 commit comments