import { type Step } from "https://deno.land/x/cicada@v0.1.2/lib.ts";
A step in the pipeline, which can be an object with a name and a run property, a step function, or a string command.
import { type Step } from "https://deno.land/x/cicada@v0.1.2/lib.ts";
A step in the pipeline, which can be an object with a name and a run property, a step function, or a string command.