Files
awesome-copilot/hooks/fix-broken-links/hooks.json
T
2026-06-18 01:00:37 +00:00

15 lines
284 B
JSON

{
"version": 1,
"hooks": {
"postToolUse": [
{
"type": "command",
"bash": ".github/hooks/fix-broken-links/link-fix.sh",
"powershell": ".github/hooks/fix-broken-links/link-fix.ps1",
"cwd": ".",
"timeoutSec": 120
}
]
}
}