adrienverge / yamllint

A linter for YAML files.
GNU General Public License v3.0
2.79k stars 265 forks source link

Weird lint error on github action yaml #656

Closed hholst80 closed 5 months ago

hholst80 commented 5 months ago

I have never seen a problem with the "on" key. Truthy values are just that, values, not key properties.

image

[I] root@trump ~
# cat test.yaml
true: kalle
[I] root@trump ~
# yq -o xml < test.yaml
<true>kalle</true>
[I] root@trump ~
#
adrienverge commented 5 months ago

Please search for existing issues before opening new ones: #540, #430, #344, #232, #247, #158 and others. Thank you!