Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/actionify/mod.ts>Workflow#job

Create and manage your GitHub workflows with TypeScript and Deno.
Latest
method Workflow.prototype.job
import { Workflow } from "https://deno.land/x/actionify@0.3.0/mod.ts";

Type Parameters

Id extends string
OutputJob extends AnyJob

Parameters

id: Id
job: JobCreator<Base, OutputJob>

Returns

Workflow<CombineAsUnion<Base | { jobs: Id; } | JobOutputKey<Id, GetJobOutputs<OutputJob>>>>