From 73f009bde821c17c254e67bfb2f54e28d750b41b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 10 Jan 2026 23:30:23 +0000 Subject: [PATCH] Document workflow validation in README Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com> --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 65fcd81..a480248 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,16 @@ The Next.js app now lives under `frontend/autometabuilder` and uses Material UI ## Testing & linting +### Workflow JSON Validation + +Validate all workflow JSON files against the N8N schema: + +```bash +poetry run validate-workflows +``` + +See [docs/WORKFLOW_VALIDATION.md](docs/WORKFLOW_VALIDATION.md) for detailed documentation. + ### Python ```bash