Skip to content

Setup Elm

Actions
Build Elm application or package
1.3.0
Latest
Star (10)

Tags

 (1)

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

Setup Elm is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Build Elm application or package
1.3.0
Latest

Tags

 (1)

Setup Elm is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.