summaryrefslogtreecommitdiff
path: root/README.md
blob: 3832c74f56fb172504fc8bcae4ae1224352f05df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Validates the common reusable github action workflows


## Package layout for validation.

```
data                   # Jinja2 templates
src
    validators/ # Value validators
    helpers/    # Misc helpers
    tests/      # Unit tests
```