Files
act-runner-example/.vscode/settings.json

14 lines
289 B
JSON

{
"yaml.schemas": {
"https://json.schemastore.org/drone.json": [
".drone*"
],
"https://json.schemastore.org/github-workflow.json": [
".gitea/workflows/*.yml",
".gitea/workflows/*.yaml",
]
},
"files.associations": {
".drone.yml.off": "yaml"
}
}