From 08b6dae6e0b56c9aad08db4d9c34dd3e0edd3eff Mon Sep 17 00:00:00 2001 From: Mara Nikola Kiefer Date: Fri, 10 Apr 2026 13:48:59 +0200 Subject: [PATCH] Remove duplicate reporthing path --- script/validate-data/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/script/validate-data/index.ts b/script/validate-data/index.ts index 5f48e0d..7e1d724 100755 --- a/script/validate-data/index.ts +++ b/script/validate-data/index.ts @@ -132,7 +132,6 @@ async function checkWorkflow(workflowPath: string, propertiesPath: string, allow if (properties.iconName.startsWith("lucide ")) { const lucideName = properties.iconName.slice("lucide ".length).split(".")[0].trim() if(!lucideName) { - workflowErrors.errors.push(`No icon named ${properties.iconName} found`) svgIconName = undefined } else { svgIconName = `lucide-${lucideName}`