mirror of
https://github.com/github/awesome-copilot.git
synced 2026-06-18 05:31:27 +00:00
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
|
|
}
|
|
]
|
|
}
|
|
}
|