Skip to content

Commit e6f2462

Browse files
authored
Update build.mill
1 parent 2bc599d commit e6f2462

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

example/scalalib/basic/1-simple/build.mill

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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, ...)

0 commit comments

Comments
 (0)