aboutsummaryrefslogblamecommitdiff
path: root/action.yml
blob: 63378bd4d4eddfa755b5aa5e9926e2ffe5d63452 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                           
name: 'Set up Mill'
description: 'Setup a Mill environment for Scala projects.'
author: 'Jakob Odersky'
inputs:
  mill-version:
    description: 'version of mill to use'
    required: false
    default: '0.5.1'
runs:
  using: 'node12'
  main: 'setup.js'