Skip to content

Set up Mill

Actions
Setup a Mill environment for Scala projects
v0.3.0
Latest
Star (19)

GitHub Action to Set up Mill

Use this action to make mill available in a job.

- uses: jodersky/setup-mill@master
  with:
    mill-version: 0.10.4
- name: Compile
  run: mill project.compile
# the server process is kept alive across steps,
# so separate invocations of mill remain extremely fast!
- name: Test
  run: mill project.test

Set up Mill is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Setup a Mill environment for Scala projects
v0.3.0
Latest

Set up Mill is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.