Skip to content

In CI, run tests before checking style

Viktor Kuncak requested to merge github/fork/cache-nez/ci into main

Created by: cache-nez

It's much more useful to know if a PR passes tests than if it's formatted properly, so in the CI, let's run tests before scalafix --check / scalafmtCheck.

Merge request reports