mirror of
https://github.com/github/awesome-copilot.git
synced 2026-06-19 06:01:27 +00:00
373a548daf
* 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>
15 lines
284 B
JSON
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
|
|
}
|
|
]
|
|
}
|
|
}
|