From 53f1523e5b89c7e523998f420ae5601904d133a2 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Mon, 17 Nov 2025 00:34:19 +0000 Subject: workflow: Add TODO reminder about static validation. --- ravanan/workflow.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/ravanan/workflow.scm b/ravanan/workflow.scm index 85c4f24..1d4c739 100644 --- a/ravanan/workflow.scm +++ b/ravanan/workflow.scm @@ -195,6 +195,7 @@ scripts using @var{guix-store}. @var{manifest-file}, @var{scratch}, @var{store} and @var{batch-system} are the same as in @code{run-workflow}. @var{inferior} is the same as in @code{build-command-line-tool-script} from @code{(ravanan command-line-tool)}." + ;; TODO: Statically validate workflow before/while building it. (scheduler-proc name (let ((class (assoc-ref* cwl "class"))) (cond -- cgit 1.4.1