Spaces:
Sleeping
Sleeping
File size: 395 Bytes
95cbc5b | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | {
"version": "2.0.0",
"tasks": [
{
"label": "CommitGuard: Scan Staged Changes",
"type": "shell",
"command": "commitguard scan --staged --format text",
"problemMatcher": [],
"presentation": {
"reveal": "always",
"panel": "new"
},
"group": "test"
}
]
}
|