/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

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.