Skip to content

Commit

Permalink
Call diagram generation from manifest script
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed Dec 10, 2024
1 parent a76e9bc commit 3a5e1a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/workflow_manifest.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import os
import json
import yaml
from create_mermaid import walk_directory


def read_contents(path: str):
Expand Down Expand Up @@ -102,5 +103,6 @@ def write_to_json(data, filename):


if __name__ == "__main__":
walk_directory("./workflows")
workflow_data = find_and_load_compliant_workflows("./workflows")
write_to_json(workflow_data, "workflow_manifest.json")

0 comments on commit 3a5e1a4

Please sign in to comment.