Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

Latest commit

 

History

History
19 lines (13 loc) · 528 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 528 Bytes

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

  • elm-version - Elm version. Default "0.19.1".
  • elm-home - Folder where elm will cache downloaded packages. Default "~/elm_home".
  • cache - Do cache for ELM_HOME and elm compiler. Default true.

Outputs

  • elm-home - folder set for cache

Example usage

steps:
- uses: justgook/[email protected]
- run: elm make src/Main.elm