Files
setup-elixir/action.yml

21 lines
533 B
YAML
Raw Permalink Normal View History

2019-08-28 17:10:34 -04:00
name: Setup Elixir
2019-11-08 16:38:35 +00:00
description: Set up a specific version of OTP and Elixir and add the command-line tools to the PATH
2019-08-28 00:00:01 -04:00
author: GitHub
2019-08-28 17:08:29 -04:00
branding:
color: blue
icon: code
2019-08-28 00:00:01 -04:00
inputs:
elixir-version:
description: Version range or exact version of Elixir to use
otp-version:
description: Version range or exact version of OTP to use
install-hex:
description: Whether to install Hex
default: true
install-rebar:
description: Whether to install Rebar
default: true
runs:
using: node12
2020-05-14 15:22:04 -04:00
main: dist/index.js