Skip to content

MilesChou/elixir-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.