justgook / setup-elm

BSD 3-Clause "New" or "Revised" License
10 stars 1 forks source link

Elm build action

This action sets up an Elm environment to use with projects requiring Elm. It allows you to use the elm command in your workflow.

Inputs

Example usage

steps:
- uses: justgook/setup-elm@1.2.1
- run: elm make src/Main.elm