Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/actionify/versions/0.ts>Workflow#jobs

Create and manage your GitHub workflows with TypeScript and Deno.
Go to Latest
method Workflow.prototype.jobs
import { Workflow } from "https://deno.land/x/actionify@0.2.0/versions/0.ts";

Create multiple jobs as an object.

The order of keys will be the order they jobs are displayed in the generated action file.

Type Parameters

Jobs extends Record<string, JobCreator<object, AnyJob>>

Returns

Workflow<CombineAsUnion<Base | GetJobs<Jobs>>>