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

x/actionify/src/config.ts>DefineWorkflowsProps

Create and manage your GitHub workflows with TypeScript and Deno.
Latest
interface DefineWorkflowsProps
import { type DefineWorkflowsProps } from "https://deno.land/x/actionify@0.3.0/src/config.ts";

Properties

optional
cleanupRoot: boolean | undefined

Set to true to clean the directory before generating the workflow files.

optional
rootDirectory: string | URL

The location to place the generated files.

workflows: AnyWorkflow[]

The workflow definitions which will be placed into the root directory.