Skip to content

A GitHub action to run ELP eqWAlizer in your CI pipelines

License

Notifications You must be signed in to change notification settings

erlef/setup-elp

Repository files navigation

setup-elp Action

The action

setup-elp allows you to type check your Erlang code, in your CI pipelines, using eqWAlizer, with Erlang Language Platform.

Usage

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.

Inputs

The action supports the following inputs:

with Purpose
elp-version Choose the ELP version to use

Architectures / platforms

The action supports the following architectures / platforms:

arch. platform
arm64 darwin (GitHub macos-...)
x64 darwin
arm64 linux (GitHub ubuntu-...)
x64 linux

The project

Changelog

A complete changelog can be found under GitHub releases.

Code of Conduct

This project's code of conduct is made explicit in CODE_OF_CONDUCT.md.

Contributing

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

License information can be found inside LICENSE.

Security

This project's security policy is made explicit in SECURITY.md.

About

A GitHub action to run ELP eqWAlizer in your CI pipelines

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published