Signed-off-by: Lee Tang <i@d0zingcat.dev>
This commit is contained in:
Lee Tang
2023-03-07 18:39:00 +08:00
parent 6058874a99
commit 95bf5cfb4d
2 changed files with 4 additions and 5 deletions

View File

@@ -21,6 +21,10 @@ local servers = {
yaml = {
schemas = {
['https://json.schemastore.org/github-workflow.json'] = '/.github/workflows/*',
['https://raw.githubusercontent.com/OAI/OpenAPI-Specification/main/schemas/v3.1/schema.json'] = {
'/*swagger.yaml',
'/*swagger.yml',
},
Kubernetes = {
'/*ingress.yaml',
'/*deployment.yaml',