feat: add and enable pre-push Git hooks

This commit is contained in:
Oliver Davies 2023-04-24 22:54:34 +01:00
parent c419332bad
commit 2afdf43cd2
4 changed files with 54 additions and 1 deletions

View file

@ -40,6 +40,7 @@ final class Config
allowMissingFields: true,
fields: [
'createGitHubActionsConfiguration' => new Assert\Type('boolean'),
'runGitHooksBeforePush' => new Assert\Type('boolean'),
'useNewDatabaseCredentials' => new Assert\Type('boolean'),
]
)]