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

justgook/setup-elm

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

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