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

x/actionify/src/deps/yaml.ts>LoadOptions

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

Properties

optional
filename: string

string to be used as a file path in error/warning messages.

optional
schema: Schema

specifies a schema to use.

optional
json: boolean

compatibility with JSON.parse behaviour.

Methods

optional
onWarning(this: null, e: YAMLException): void

function to call on warning messages.

optional
listener(
this: State,
eventType: EventType,
state: State,
): void

listener for parse events