mirror of
https://github.com/opdavies/build-configs.git
synced 2025-09-10 13:30:46 +01:00
Create .tmux
files
If `experimental.createTmuxStartupFile` is set in `build.yaml`.
This commit is contained in:
parent
8818baed58
commit
09da2bc403
4 changed files with 42 additions and 0 deletions
|
@ -116,6 +116,10 @@ final class ConfigDto
|
|||
new Assert\Type('bool'),
|
||||
]),
|
||||
|
||||
'createTmuxStartupFile' => new Assert\Optional([
|
||||
new Assert\Type('bool'),
|
||||
]),
|
||||
|
||||
'runGitHooksBeforePush' => new Assert\Optional([
|
||||
new Assert\Type('bool'),
|
||||
]),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue