https://github.com/mileschou/elixir-action
GitHub Actions for Elixir Environment
https://github.com/mileschou/elixir-action
actions elixir
Last synced: about 1 year ago
JSON representation
GitHub Actions for Elixir Environment
- Host: GitHub
- URL: https://github.com/mileschou/elixir-action
- Owner: MilesChou
- License: mit
- Created: 2019-04-03T11:07:37.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-02-27T02:07:41.000Z (over 6 years ago)
- Last Synced: 2025-03-29T23:41:17.471Z (about 1 year ago)
- Topics: actions, elixir
- Language: Dockerfile
- Homepage: https://github.com/marketplace/actions/elixir-action
- Size: 5.86 KB
- Stars: 6
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Elixir Action
[![GitHub Release][ico-release]][link-github-release]
[![License][ico-license]](LICENSE)
An action for running project with Elixir environment.
> The image is based on official [Elixir](https://hub.docker.com/_/elixir/).
## Usage
Following is an example workflow to run Elixir test:
```yaml
steps:
- name: Elixir action
uses: mileschou/elixir-action@master
with:
args: mix test
```
## Credits
* [MilesChou](https://github.com/MilesChou)
## License
The MIT License (MIT). Please see [License File](LICENSE) for more information.
[ico-release]: https://img.shields.io/github/tag/MilesChou/elixir-action.svg
[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg
[link-github-release]: https://github.com/MilesChou/elixir-action/releases