Giter VIP home page Giter VIP logo

setup-elixir-action's Introduction

Perx Health

Elixir Setup Action

This repository contains an opinionated GitHub Action allowing you to simultaneously setup a specific version of Elixir and Erlang while also caching your build's dependencies and compilation.

Usage

Add the following step to a GitHub Actions workflow.

- name: Setup Elixir
  uses: perxhealth/setup-elixir-action@v1
  with:
    otp-version: 25.2.2
    elixir-version: 1.14.3-otp-25

Inputs

The Action currently expects two required inputs.

  1. otp-version

    the Erlang/OTP version you wish to install, such as 25.2.1, 26.0.1, etc.

  2. elixir-version

    the Elixir version you wish to install, such as 1.14.3, 1.14.3-otp-25, etc.

Outputs

The Action does not currently produce any outputs.

Development

This is a composite action, so development is limited to and contained with action.yaml. Tweak it to your needs and open a pull request.

Clone the repository

$ git clone [email protected]:perxhealth/setup-elixir-action
$ cd setup-elixir-action

Testing

On pushes to any branch, a workflow will run which performs a smoke test on the action. Once you've made any changes, ensure the workflow located at .github/workflows/preflight.yaml continues to pass.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.