Add GitLab CI schema paths

This commit is contained in:
Kenneth Benzie 2022-05-04 14:12:21 +01:00
parent eb9579e1b6
commit 98b48377cd

View File

@ -17,6 +17,7 @@
"tasks/*.yaml" "tasks/*.yaml"
], ],
"https://gitlab.com/gitlab-org/gitlab/-/raw/master/app/assets/javascripts/editor/schema/ci.json": [ "https://gitlab.com/gitlab-org/gitlab/-/raw/master/app/assets/javascripts/editor/schema/ci.json": [
".gitlab-ci.yml",
".gitlab/ci/*.yml" ".gitlab/ci/*.yml"
] ]
} }