This commit is contained in:
Lee Tang
2022-03-15 23:53:25 +08:00
parent aec27520ca
commit 3a86f8ebc2
25 changed files with 4329 additions and 6 deletions

View File

@@ -4,7 +4,7 @@ return {
yaml = {
schemas = {
['https://json.schemastore.org/github-workflow.json'] = '/.github/workflows/*',
Kubernetes = '/*k8s.yaml',
Kubernetes = { '/*k8s.yaml', '/*k8s.yml' },
},
},
},