summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..080592b
--- /dev/null
+++ b/README.md
@@ -0,0 +1,11 @@
+# vyos-workflow-test-temp: Validates the common github workflows
+
+## Package layout for validation
+
+```
+data # Jinja2 templates
+src
+ validators/ # Value validators
+ helpers/ # Misc helpers
+ tests/ # Unit tests
+```