Skip to content
play-circle

GitHub Action

Setup Elm

1.3.0 Latest version

Setup Elm

play-circle

Setup Elm

Build Elm application or package

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Setup Elm

uses: justgook/[email protected]

Learn more about this action in justgook/setup-elm

Choose a version

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