mirror of
https://github.com/servo/servo
synced 2026-04-26 01:25:32 +02:00
Remove the YAML tidy code (#30004)
This code was used to test buildbox_steps.yml, but Servo no longer uses buildbot, so this code is essentially unused. In addition, YAML + Cython 3 is causing issues on the CI. Fixes #30003 Signed-off-by: Martin Robinson <mrobinson@igalia.com>
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
---
|
||||
duplicate_yaml_key:
|
||||
- value1
|
||||
other_key:
|
||||
- value2
|
||||
duplicate_yaml_key:
|
||||
- value3
|
||||
@@ -1,2 +0,0 @@
|
||||
---
|
||||
non-list-key: "string string"
|
||||
@@ -1,7 +0,0 @@
|
||||
---
|
||||
# This is a buildbot_steps.yml file that should break linting becasue it is not a
|
||||
# mapping to a list of strings
|
||||
mapping_key:
|
||||
- - list_of_list
|
||||
- sublist_item1
|
||||
- sublist_item2
|
||||
Reference in New Issue
Block a user