You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
500 B
31 lines
500 B
{
|
|
"version": 6,
|
|
"configurePresets": [
|
|
{
|
|
"name": "default"
|
|
}
|
|
],
|
|
"workflowPresets": [
|
|
{
|
|
"name": "default",
|
|
"steps": [
|
|
{
|
|
"type": "configure",
|
|
"name": "default"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "with-description",
|
|
"displayName": "With Description",
|
|
"description": "This preset has a description.",
|
|
"steps": [
|
|
{
|
|
"type": "configure",
|
|
"name": "default"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|