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

Interface WorkflowProperties

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

Source from the content-addressed store, hash-verified

12}
13
14interface WorkflowProperties {
15 name: string;
16 description: string;
17 creator: string;
18 iconName: string;
19 categories: string[];
20}
21
22const propertiesSchema = {
23 type: "object",

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected