mirror of
https://github.com/servo/servo
synced 2026-04-27 09:57:23 +02:00
This commit adds tidy checks for buildbot_steps.yml, as well as unit tests. These checks include: * Checking buildbot_steps.yml can be parsed by a YAML loader * buildbot_steps.yml does not contain duplicate keys * buildbot_steps.yml keys map to a list of strings
8 lines
94 B
YAML
8 lines
94 B
YAML
---
|
|
duplicate_yaml_key:
|
|
- value1
|
|
other_key:
|
|
- value2
|
|
duplicate_yaml_key:
|
|
- value3
|