Document workflow validation in README

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-01-10 23:30:23 +00:00
parent 759c9efcbf
commit 73f009bde8

View File

@@ -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