You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tools/validate_config/README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,15 @@ source venv/bin/activate # On Unix/macOS
17
17
pip install -r requirements.txt
18
18
```
19
19
20
+
## Continuous Integration
21
+
22
+
The configuration validation is automated via GitHub Actions. The workflow `.github/workflows/validate-configs.yml` runs on every push and pull request that modifies:
23
+
24
+
- Configuration files in `examples/` directory (`*.yaml`, `*.yml`)
25
+
- Validation schema files in `tools/validate_config/`
26
+
27
+
The CI validates configurations against both current and legacy schemas to ensure backward compatibility.
28
+
20
29
## Usage
21
30
22
31
Run the validator by providing a directory containing config files to validate:
0 commit comments