All checks were successful
Deploy to Production / Build and Deploy (push) Successful in 2m19s
14 lines
473 B
JSON
14 lines
473 B
JSON
{
|
|
"version": 1,
|
|
"hooks": {
|
|
"postToolUse": [
|
|
{
|
|
"type": "command",
|
|
"matcher": "edit|create|apply_patch",
|
|
"bash": "[ ! -f \"$(git rev-parse --show-toplevel)/.github/skills/impeccable/scripts/hook.mjs\" ] || ! node -e \"process.exit(Math.min(parseInt(process.versions.node,10),22)===22?0:1)\" 2>/dev/null || node \"$(git rev-parse --show-toplevel)/.github/skills/impeccable/scripts/hook.mjs\"",
|
|
"timeoutSec": 5
|
|
}
|
|
]
|
|
}
|
|
}
|