Skip to content
terminal

GitHub Action

Elixir Action

v0.0.1 Latest version

Elixir Action

terminal

Elixir Action

An action for running with Elixir environment

Installation

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

              

- name: Elixir Action

uses: MilesChou/elixir-action@v0.0.1

Learn more about this action in MilesChou/elixir-action

Choose a version

Elixir Action

GitHub Release License

An action for running project with Elixir environment.

The image is based on official Elixir.

Usage

Following is an example workflow to run Elixir test:

steps:
  - name: Elixir action
    uses: mileschou/elixir-action@master
    with:
      args: mix test

Credits

License

The MIT License (MIT). Please see License File for more information.