first extension execution path
This commit is contained in:
parent
3707f01f39
commit
228193723a
13 changed files with 697 additions and 27 deletions
|
|
@ -12,7 +12,16 @@
|
|||
],
|
||||
"check_groups": [],
|
||||
"preflight_runner": null,
|
||||
"runner_entrypoints": [],
|
||||
"runner_entrypoints": [
|
||||
{
|
||||
"id": "replace-with-runner-id",
|
||||
"kind": "external",
|
||||
"module_path": null,
|
||||
"callable": null,
|
||||
"command": null,
|
||||
"description": "Describe how this runner is provided."
|
||||
}
|
||||
],
|
||||
"normalizers": [],
|
||||
"mappings": [],
|
||||
"report_fragments": [],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue