Files
awesome-copilot/hooks/fix-broken-links/hooks.json
T
John Haugabook 373a548daf new hook fix-broken-links (#2027)
* new hook fix-broken-links

* codespell: add ans for variable short for answer

* update: scripts hand off alternative url to copilot cmd

* codespell: add ext. arcade-canvas/game/phaser.min.js

* Apply suggestions from code review

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* update: rm em-dash from hook scripts

---------

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
2026-06-18 11:00:15 +10: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
}
]
}
}