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

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

Create and manage your GitHub workflows with TypeScript and Deno.
Go to Latest
method Workflow.prototype.job
import { Workflow } from "https://deno.land/x/actionify@0.2.0/versions/0.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>>>>