MCPcopy Create free account
hub / github.com/actions/starter-workflows / WorkflowWithErrors

Interface WorkflowWithErrors

script/validate-data/index.ts:8–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6import { endGroup, error, info, setFailed, startGroup } from '@actions/core';
7
8interface WorkflowWithErrors {
9 id: string;
10 name: string;
11 errors: string[];
12}
13
14interface WorkflowProperties {
15 name: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected