File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
example/scalalib/basic/1-simple Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,9 @@ object `package` extends RootModule with ScalaModule {
2727// You can download this example project using the *download* link above
2828// if you want to try out the commands below yourself. The only requirement is
2929// that you have some version of the JVM installed; the `./mill` script takes
30- // care of any further dependencies that need to be downloaded.
30+ // care of any further dependencies that need to be downloaded. All examples
31+ // in this documentation site are executable and are continually exercised as
32+ // part of Mill's CI workflows.
3133//
3234// The source code for this module lives in the `src/` folder.
3335// Output for this module (compiled files, resolved dependency lists, ...)
You can’t perform that action at this time.
0 commit comments