Better file support
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Jens True 2023-07-04 09:45:32 +00:00
parent 51f8436e9d
commit 9add013038

@ -51,7 +51,7 @@ class App
])), ])),
'log' => Expect::string()->assert( 'log' => Expect::string()->assert(
function (string $path): bool { function (string $path): bool {
return is_writable($path); return touch($path);
} }
)->required(), )->required(),
'templates' => Expect::structure(['notify' => Expect::string()]) 'templates' => Expect::structure(['notify' => Expect::string()])