Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 491 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 491 Bytes

mix-deps-compile

This GitHub action will compile and cache your mix dependencies for a mix project. This action is also used internally as a part of ex-actions/setup-mix

Usage

Runs mix deps.compile in the repository root.

- uses: 'ex-actions/mix-deps-compile@main'

Runs mix deps.compile in the ./backend subdirectory

- uses: 'ex-actions/mix-deps-compile@main'
  with:
    working-directory: 'backend'