Skip to content

Commit

Permalink
chore: lint the doc/test examples com-lihaoyi#3829
Browse files Browse the repository at this point in the history
  • Loading branch information
myyk committed Nov 7, 2024
1 parent 1a5605a commit b0c983f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions example/package.mill
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ object `package` extends RootModule with Module {
def fix(args: String*): Command[Unit] = T.command {}
def testRepoRoot: T[PathRef] = T.source(millSourcePath)

def sources = Task.Sources { testRepoRoot().path }
def resources = Seq(testRepoRoot())
def runClasspath = build.main.test.runClasspath()
def localRunClasspath = build.testkit.localRunClasspath()
Expand Down

0 comments on commit b0c983f

Please sign in to comment.