galihru/Erlang Build and Run Action
Compile Erlang files to executable or run them in debug mode with automatic dependency management
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Apr 25, 2025
- License
- MIT
Pinned Snippet
uses: galihru/erlangbuilder@41e1e46ede178e64b6b3b339a1d607b33db0192f # v1.0.5tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| erlang-source | Path to Erlang source file or directory | yes | — |
| build-mode | Mode to run the action (build or debug) | yes | build |
| output-dir | Directory for build output | no | ./build |
| erts-version | Erlang/OTP version to use | no | 25.0 |
| hex-packages | Additional Hex packages to install (comma-separated) | no | "" |
Outputs
no outputs