blob: 779d41da510a82df5cead59b213eb168cfde28da (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Validates the common reusable github action workflows
## Package layout for validation and tests. Test 1
```
data # Jinja2 templates
src
validators/ # Value validators
helpers/ # Misc helpers
tests/ # Unit tests
```
|