OpenFn / kit

The bits & pieces that make OpenFn work. (diagrammer, cli, compiler, runtime, runtime manager, logger, etc.)
8 stars 12 forks source link

Fix pull without workflows #631

Closed josephjclark closed 3 months ago

josephjclark commented 3 months ago

This PR fixes an issue where pulling a project without any workflows throws an error.

The fix is: a) make the validator lenient if a workflow has no workflows b) default the workflows map to prevent errors downstream

Versions are bumped and this can be merged for release immediately.