File tree Expand file tree Collapse file tree
src/check_jsonschema/transforms
tests/example-files/hooks/positive Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77
88That source is licensed under the MIT License.
99The original license can be found in
10- src/check_jsonschema/builtin_schemas/vendor/LICENSE.azure-pipelines
10+ src/check_jsonschema/builtin_schemas/vendor/licenses/ LICENSE.azure-pipelines
1111
1212
1313The transform does not deeply interpret the expressions. It just "unnests" them.
Original file line number Diff line number Diff line change 22# https://github.com/microsoft/azure-pipelines-language-server/blob/71b20f92874c02dfe82ad2cc2dcc7fa64996be91/language-service/test/pipelinesTests/yamlvalidation.test.ts#L50
33#
44# original license can be found in
5- # src/check_jsonschema/builtin_schemas/vendor/LICENSE.azure-pipelines
5+ # src/check_jsonschema/builtin_schemas/vendor/licenses/ LICENSE.azure-pipelines
66#
77steps :
88- ${{ if succeeded() }} :
Original file line number Diff line number Diff line change 11# this example copied from the buildkite pipeline-schema repo
22# it is therefore licensed under the existing buildkite MIT license
3- # see src/check_jsonschema/builtin_schemas/vendor/ for license details
3+ # see src/check_jsonschema/builtin_schemas/vendor/licenses for license details
44
55steps :
66 - command : " echo {{matrix}}"
You can’t perform that action at this time.
0 commit comments