mirror of
https://github.com/github/awesome-copilot.git
synced 2026-03-19 15:45:12 +00:00
17 lines
290 B
JSON
17 lines
290 B
JSON
{
|
|
"version": 1,
|
|
"hooks": {
|
|
"sessionEnd": [
|
|
{
|
|
"type": "command",
|
|
"bash": ".github/hooks/dependency-license-checker/check-licenses.sh",
|
|
"cwd": ".",
|
|
"env": {
|
|
"LICENSE_MODE": "warn"
|
|
},
|
|
"timeoutSec": 60
|
|
}
|
|
]
|
|
}
|
|
}
|