Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Weird lint error on github action yaml #656

Closed
hholst80 opened this issue Feb 10, 2024 · 1 comment
Closed

Weird lint error on github action yaml #656

hholst80 opened this issue Feb 10, 2024 · 1 comment

Comments

@hholst80
Copy link

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
Copy link
Owner

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

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

No branches or pull requests

2 participants