Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lexmag/elixir-actions

Reusable GitHub Actions workflows for Elixir
https://github.com/lexmag/elixir-actions

code-analysis elixir github-actions

Last synced: 2 months ago
JSON representation

Reusable GitHub Actions workflows for Elixir

Awesome Lists containing this project

README

        

# Elixir Actions

This repository hosts reusable GitHub Actions workflows for the Elixir language.

## Usage

Add to your existing workflow definition:

```yml
jobs:
lint:
name: Code linting
uses: lexmag/elixir-actions/.github/workflows/lint.yml@v2
with:
otp-version: "24"
elixir-version: "1.14"
```