Scalafix migrations are currently not supported in Mill projects. The corresponding MillAlg#runMigration method is a NOP.
Full support for Scalafix migrations is currently only available for sbt projects. The corresponding code in SbtAlg can be used as inspiration for supporting them in Mill.