setup-elp
setup-elp
allows you to type check your Erlang code, in your CI pipelines, using
eqWAlizer, with
Erlang Language Platform.
See action.yml for the action's specification.
In your CI pipelines, use it considering CLI elp
is available as an executable, as specified
in the Erlang Language Platform repository mentioned above.
The action supports the following inputs:
with |
Purpose |
---|---|
elp-version |
Choose the ELP version to use |
The action supports the following architectures / platforms:
arch. | platform |
---|---|
arm64 |
darwin (GitHub macos-... ) |
x64 |
darwin |
arm64 |
linux (GitHub ubuntu-... ) |
x64 |
linux |
A complete changelog can be found under GitHub releases.
This project's code of conduct is made explicit in CODE_OF_CONDUCT.md.
First of all, thank you for contributing with your time and patience.
If you want to request a new feature make sure to open an issue so we can discuss it first.
Bug reports and questions are also welcome, but do check you're using the latest version of the action - if you found a bug - and/or search the issue database - if you have a question, since it might have already been answered before.
Contributions will be subject to the MIT License. You will retain the copyright.
For more information check out CONTRIBUTING.md.
License information can be found inside LICENSE.
This project's security policy is made explicit in SECURITY.md.