neiam /action-setup-beam
action-setup-beam
public · Issues · Pulls · Labels · Forks · Compare · Actions queued
⭐
Log in to mark this repository.
Update the action's description (GH marketplace) (#291)
d9b2183 · Paulo F. Oliveira · 2024-06-22 16:07
Files changed
modified
action.yml
+3
−2
@@ -1,8 +1,9 @@
| 1 | 1 | --- |
| 2 | 2 | name: setup-beam |
| 3 | 3 | description: > |
| 4 | − Set up a specific version of Erlang/OTP, Elixir, and/or rebar3 | |
| 5 | − and add the command-line tools to the PATH | |
| 4 | + Set up a BEAM-based CI environment, with Erlang/OTP as a base followed, optionally, by other | |
| 5 | + elements, like Elixir, Gleam, `rebar3` or `hex`, on top of that. Check the [README](https://github.com/erlef/setup-beam) | |
| 6 | + for updated information. | |
| 6 | 7 | author: Erlang Ecosystem Foundation |
| 7 | 8 | branding: |
| 8 | 9 | color: blue |
Parents: e112623