Expands and runs a workflow's steps against an igniter.
You rarely call this directly — use Starter.Workflow wires it up for you.
Summary
Functions
Returns the packages a run of workflow would install, in step order,
with optional steps resolved against opts.
Runs every step of workflow in order, skipping optional steps whose
flag is absent from opts.
Functions
Returns the packages a run of workflow would install, in step order,
with optional steps resolved against opts.
These are added to mix.exs and fetched before any step runs, so this is
the set whose dependency changes reach disk ahead of the run's diff.
Runs every step of workflow in order, skipping optional steps whose
flag is absent from opts.
Warns when the target app's Phoenix requirement is older than the supported series (1.8).