1
0

YAML/JSON schema for Woodpecker CI files

relates to VS Code and it's derivatives
This commit is contained in:
Konstantin Demin 2024-02-26 19:07:23 +03:00
parent 1f8607b0a7
commit 24a304655c
Signed by: krd
GPG Key ID: 1F33CB0BA4731BC6

6
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,6 @@
{
"yaml.schemas": {
"https://github.com/woodpecker-ci/woodpecker/raw/main/pipeline/frontend/yaml/linter/schema/schema.json":
".woodpecker/.*.yml"
}
}