[mod] examples
This commit is contained in:
parent
c4497d24ee
commit
53874f88c9
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"checks": [
|
"checks": [
|
||||||
{
|
{
|
||||||
"name": "test",
|
"name": "test1",
|
||||||
"kind": "file_state",
|
"kind": "file_state",
|
||||||
"parameters": {
|
"parameters": {
|
||||||
"path": "/tmp/test",
|
"path": "/tmp/test",
|
||||||
|
|
@ -14,7 +14,7 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"includes": [
|
"includes": [
|
||||||
"test-1.hmdl.json",
|
"script.hmdl.json",
|
||||||
"test-2.hmdl.json"
|
"file_state.hmdl.json"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"checks": [
|
"checks": [
|
||||||
{
|
{
|
||||||
"name": "test",
|
"name": "test1",
|
||||||
"kind": "script",
|
"kind": "script",
|
||||||
"parameters": {
|
"parameters": {
|
||||||
"path": "/tmp/script",
|
"path": "/tmp/script",
|
||||||
Loading…
Reference in a new issue