Skip to main content
Module

x/actionify/mod.ts>e.failure

Create and manage your GitHub workflows with TypeScript and Deno.
Latest
function e.failure
import { e } from "https://deno.land/x/actionify@0.3.0/mod.ts";
const { failure } = e;

Returns true when any previous step of a job fails. If you have a chain of dependent jobs, failure() returns true if any ancestor job fails.