File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/check_jsonschema/transforms
tests/example-files/hooks/positive Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7
7
8
8
That source is licensed under the MIT License.
9
9
The 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
11
11
12
12
13
13
The transform does not deeply interpret the expressions. It just "unnests" them.
Original file line number Diff line number Diff line change 2
2
# https://github.com/microsoft/azure-pipelines-language-server/blob/71b20f92874c02dfe82ad2cc2dcc7fa64996be91/language-service/test/pipelinesTests/yamlvalidation.test.ts#L50
3
3
#
4
4
# 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
6
6
#
7
7
steps :
8
8
- ${{ if succeeded() }} :
Original file line number Diff line number Diff line change 1
1
# this example copied from the buildkite pipeline-schema repo
2
2
# 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
4
4
5
5
steps :
6
6
- command : " echo {{matrix}}"
You can’t perform that action at this time.
0 commit comments