Skip to content

Commit a9b50d8

Browse files
authored
Merge pull request #1082 from wordpress-mobile/ci/add-yaml-language-server-schema-everywhere
CI: Add YAML Language Server Schema to Allow IDEs to Recognize YML Files
2 parents bf01d44 + 7bf99fb commit a9b50d8

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.buildkite/pipeline.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
1-
# Run everything on the `android` queue
2-
agents:
3-
queue: android
1+
# yaml-language-server: $schema=https://raw.githubusercontent.com/buildkite/pipeline-schema/main/schema.json
2+
---
43

54
# Nodes with values to reuse in the pipeline.
65
common_params:
76
# Common plugin settings to use with the `plugins` key.
87
- &common_plugins
98
- automattic/a8c-ci-toolkit#2.14.0
109

10+
# Run everything on the `android` queue
11+
agents:
12+
queue: android
13+
1114
steps:
1215
- label: "Gradle Wrapper Validation"
1316
command: |

0 commit comments

Comments
 (0)