feat(FN-4150): complete Step 1 — add cli printing press workflow contributions
Fusion-Task-Id: FN-4150 Fusion-Task-Lineage: 153c239b-f6cd-49e4-bc13-216e0d2ca815
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
import type { PluginWorkflowStepContribution } from "@fusion/plugin-sdk";
|
||||
|
||||
export const CLI_PRINTING_PRESS_WORKFLOW_STEPS: PluginWorkflowStepContribution[] = [
|
||||
{
|
||||
stepId: "run-service-cli",
|
||||
name: "Run Service CLI",
|
||||
description: "Run generated service CLI checks before merge using the task project script map.",
|
||||
mode: "script",
|
||||
phase: "pre-merge",
|
||||
scriptName: "cli-printing-press:run-service-cli",
|
||||
enabled: true,
|
||||
defaultOn: false,
|
||||
},
|
||||
];
|
||||
Reference in New Issue
Block a user