Files

19 lines
456 B
JSON
Raw Permalink Normal View History

2026-05-12 19:40:31 +09:00
{
"name": "server-ci",
"description": "basic guard template for oss server ci",
"template_version": "0.0.1",
"namespace": "guardrails",
"guards": [
{
"id": "test-guard",
"name": "test-guard",
"validators": [
{
"id": "guardrails/two_words",
"on": "$",
"onFail": "fix"
}
]
}
]
}