Skip to content

YAML simplification#73

Merged
sanjayankur31 merged 5 commits intographfrom
yaml_simplification
Feb 26, 2025
Merged

YAML simplification#73
sanjayankur31 merged 5 commits intographfrom
yaml_simplification

Conversation

@mstimberg
Copy link
Collaborator

As discussed during our last meeting, this PR simplifies the YAML files to no longer be a list dicts (with a single entry each), but a simple dict. I.e., instead of

- name: Simulator
- features: simulator

they now use

name: Simulator
features: simulator

Copy link
Contributor

@sanjayankur31 sanjayankur31 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, merging.

@sanjayankur31 sanjayankur31 merged commit 2d96c7b into graph Feb 26, 2025
3 checks passed
@mstimberg mstimberg deleted the yaml_simplification branch February 26, 2025 15:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants