Skip to content

ex-actions/ex-actions

Repository files navigation

ex-actions

Build Status License MIT

This repository contains multiple github actions for your elixir projects. In general, setup-mix should be what you need, but all the internal actions are located here too.

Documentation

Sets up your mix project. It will install dependencies, compile dependecies, compile your application, and do its best to cache each step.

Internal Actions

They are used internally as a part of ex-actions/setup-mix, but are extracted here in case you need more granular control over your project.

Runs mix deps.get in your mix project

Runs mix deps.compile in your mix project

Runs mix compile in your mix project