Files
setup-elixir/action.yml
2019-11-08 16:38:35 +00:00

21 lines
539 B
YAML

name: Setup Elixir
description: Set up a specific version of OTP and Elixir and add the command-line tools to the PATH
author: GitHub
branding:
color: blue
icon: code
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
main: src/setup-elixir.js