GitHub Action
Setup Elm
1.3.0
Latest version
This action sets up an Elm environment to use with projects requiring Elm.
It allows you to use the elm
command in your workflow.
elm-version
- Elm version. Default"0.19.1"
.elm-home
- Folder where elm will cache downloaded packages. Default"~/elm_home"
.cache
- Do cache forELM_HOME
and elm compiler. Defaulttrue
.
elm-home
- folder set for cache
steps:
- uses: justgook/[email protected]
- run: elm make src/Main.elm