we only need one yaml lib

This commit is contained in:
Brian Madison
2025-12-13 18:35:07 +08:00
parent ce42d56fdd
commit 8642553bd7
27 changed files with 130 additions and 96 deletions

View File

@@ -269,7 +269,7 @@ The validation is integrated into the GitHub Actions workflow:
## Dependencies
- **zod**: Schema validation library
- **js-yaml**: YAML parsing
- **yaml**: YAML parsing
- **glob**: File pattern matching
- **c8**: Code coverage reporting