aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 804536949b7b52d48174d8b869e1d799de4dcf52 (plain) (blame)
1
2
3
4
5
6
7
8
9
# GitHub Action to Set up Mill

Use this action to make [mill](http://www.lihaoyi.com/mill/) available in a job.

```yaml
uses: jodersky/setup-mill@master
with:
  mill-version: 0.5.1
```