BeamAction (beam_action v0.1.1)

View Source

GitHub Actions YAML Runner in Elixir

Summary

Functions

Executes all jobs in the workflow.

Executes all steps in a job.

Main entry point for running a GitHub Actions workflow from a YAML file.

Functions

execute_jobs(jobs)

Executes all jobs in the workflow.

execute_steps(steps)

Executes all steps in a job.

run_workflow(yaml_path)

Main entry point for running a GitHub Actions workflow from a YAML file.