Skip to content

jodersky/setup-mill

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

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