Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mileschou/elixir-action
GitHub Actions for Elixir Environment
https://github.com/mileschou/elixir-action
actions elixir
Last synced: 3 months 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-27T02:07:41.000Z (almost 5 years ago)
- Last Synced: 2024-10-09T11:59:34.229Z (3 months ago)
- Topics: actions, elixir
- Language: Dockerfile
- Homepage: https://github.com/marketplace/actions/elixir-action
- Size: 5.86 KB
- Stars: 6
- Watchers: 2
- 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