core/examples/script.hmdl.json

13 lines
140 B
JSON
Raw Normal View History

2023-03-03 18:50:21 +01:00
{
"checks": [
{
2023-03-04 15:29:22 +01:00
"name": "test1",
2023-03-03 18:50:21 +01:00
"kind": "script",
"parameters": {
"path": "/tmp/script",
"arguments": []
}
}
]
}