import { type Step } from "https://deno.land/x/cicada@v0.1.50/mod.ts";
A step in the job. A step can either be an object with a run property, a step function (which executed typescript), or a string command (which executes as bash).
definition: StepOptions | StepFn | string