What Would You Like to Add? Why Is This Needed?
We need lint YAML files in dtm. There are many things to lint, such as:
e.g.
# OK:
key:
- value1
- value2
# NOT OK:
key:
- value1
- value2
And we can create a workflow to check them automatically.
Design
Anything else