Newer
Older
{
"config": {
"bootstrap": "tests/captainhook-bootstrap.php"
},
"pre-commit": {
"enabled": true,
"actions": [
{
"action": "\\CaptainHook\\App\\Hook\\PHP\\Action\\Linting"
},
{
"action": "composer test"
}
]
}
}