Skip to content

Instantly share code, notes, and snippets.

@ssbarnea
Created May 15, 2022 09:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ssbarnea/cd37cb618af46ba564918a3ce4bcfe18 to your computer and use it in GitHub Desktop.
Save ssbarnea/cd37cb618af46ba564918a3ce4bcfe18 to your computer and use it in GitHub Desktop.
nodes:
apple:
orange:
after:
- orange
- cherry # <-- should not be validated as it is not defined as a node!
banana:
@ssbarnea
Copy link
Author

after is supposed to be a list of node names.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment