MilesChou / elixir-action

GitHub Actions for Elixir Environment

Home Page:https://github.com/marketplace/actions/elixir-action

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

GitHub Actions for Elixir Environment

https://github.com/marketplace/actions/elixir-action

License:MIT License


Languages

Language:Dockerfile 92.1%Language:Shell 7.9%