Skip to main content
Module

x/fluent_github_actions/mod.ts>JobSpec

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