macos-defaults/.vscode/settings.json
Cameron Little 4b1493d5f6 👷 Validate defaults.yml files format
This helps local dev, since my editor can provide autocompletions and inline help. It's also run inside a GitHub Action
2021-04-04 13:19:49 +02:00

5 lines
85 B
JSON

{
"yaml.schemas": {
"./defaults.schema.json": ["/defaults*.yml"]
}
}