Add CI code and logic to validate flows

This commit is contained in:
Roei Bar Aviv
2025-05-22 15:44:54 +02:00
parent 3b348c3de0
commit 344054572a
8 changed files with 609 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
"""
n8n Utils
A collection of utilities for working with n8n workflows,
including validation and visualization tools.
"""
__version__ = "0.1.0"