Skip to main content
Module

x/fluent_github_actions/mod.ts>StepSpec

Generate Github Actions Workflow Yaml from a simple declarative syntax in typescript 🛠️ 💻 ✨
Go to Latest
type alias StepSpec
Re-export
import { type StepSpec } from "https://deno.land/x/fluent_github_actions@v0.1.0/mod.ts";
definition: { name?: string; uses?: string; run?: string; env?: { [key: string]: string; }; with?: { [key: string]: string; }; }