Skip to content
box

GitHub Action

Set up Mill

v0.3.0 Latest version

Set up Mill

box

Set up Mill

Setup a Mill environment for Scala projects

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Set up Mill

uses: jodersky/setup-mill@v0.3.0

Learn more about this action in jodersky/setup-mill

Choose a version

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