mirror of
https://github.com/github/awesome-copilot.git
synced 2026-03-19 15:45:12 +00:00
Dependency License Checker Hook (#1046)
This commit is contained in:
16
hooks/dependency-license-checker/hooks.json
Normal file
16
hooks/dependency-license-checker/hooks.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"version": 1,
|
||||
"hooks": {
|
||||
"sessionEnd": [
|
||||
{
|
||||
"type": "command",
|
||||
"bash": ".github/hooks/dependency-license-checker/check-licenses.sh",
|
||||
"cwd": ".",
|
||||
"env": {
|
||||
"LICENSE_MODE": "warn"
|
||||
},
|
||||
"timeoutSec": 60
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user