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

x/actionify/src/workflow.ts

Create and manage your GitHub workflows with TypeScript and Deno.
Latest
import * as actionify from "https://deno.land/x/actionify@0.3.0/src/workflow.ts";

Classes

A workflow is a configurable automated process made up of one or more jobs. This class creates a YAML file to define your workflow configuration.

Functions

Create a workflow.