/elixir-action

GitHub Actions for Elixir Environment

Primary LanguageDockerfileMIT LicenseMIT

Elixir Action

GitHub Release License

An action for running project with Elixir environment.

The image is based on official Elixir.

Usage

An example workflow to run Elixir test is as follows:

workflow "Elixir Test" {
  on = "push"
  resolves = ["Test"]
}

action "Test" {
  uses = "MilesChou/elixir-action@master"
  args = "mix test"
}

Credits

License

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