Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lexmag/elixir-actions
- Owner: lexmag
- Created: 2023-01-17T09:19:05.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-05T03:38:50.000Z (about 1 year ago)
- Last Synced: 2024-10-13T19:06:02.535Z (3 months ago)
- Topics: code-analysis, elixir, github-actions
- Homepage:
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"
```