Skip to content
Snippets Groups Projects
Commit c16fb0d0 authored by Katja Goltsova's avatar Katja Goltsova Committed by SimonGuilloud
Browse files

In the CI, run scalafix and scalafmt on the entire project

parent 3a34150a
No related branches found
No related tags found
No related merge requests found
......@@ -16,8 +16,9 @@ jobs:
- name: Compile
run: sbt compile
- name: Check style
run: sbt "scalafix --check"
run: sbt "scalafixAll --check"
- name: Check format
run: sbt scalafmtCheck
run: sbt scalafmtCheckAll
- name: Run tests
run: sbt test
\ No newline at end of file
run: sbt test
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment