File tree Expand file tree Collapse file tree 5 files changed +19
-13
lines changed
test/src/scala/com/github/windymelt/qw Expand file tree Collapse file tree 5 files changed +19
-13
lines changed Original file line number Diff line number Diff line change 1919 with :
2020 distribution : temurin
2121 java-version : ${{ matrix.java }}
22+ - uses : jodersky/setup-mill@v0.3.0
23+ with :
24+ mill-version : 0.11.2
2225 - name : Build and Test
23- run : sbt -v + test
26+ run : mill test
Original file line number Diff line number Diff line change @@ -30,3 +30,9 @@ metals.sbt
3030.idea
3131.idea_modules
3232/.worksheet /
33+
34+ # Mill
35+ out /
36+
37+ # Emacs
38+ * .~undo-tree~
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ import mill ._ , scalalib ._
2+
3+ object qw extends RootModule with ScalaModule {
4+ def scalaVersion = " 3.3.0"
5+ def publishVersion = " 0.1.1-SNAPSHOT"
6+ object test extends ScalaTests with TestModule .Munit {
7+ def ivyDeps = Agg (ivy " org.scalameta::munit::0.7.29 " )
8+ }
9+ }
File renamed without changes.
You can’t perform that action at this time.
0 commit comments