Add comment

This commit is contained in:
jarlob
2023-04-14 10:52:11 +02:00
parent 3724ea1a7b
commit 599ec5a3b4

View File

@@ -111,6 +111,7 @@ module Actions {
Workflow getWorkflow() { result = workflow }
}
/** A common class for `env` in workflow, job or step. */
abstract class Env extends YamlNode, YamlMapping { }
/** A workflow level `env` mapping. */