-
Notifications
You must be signed in to change notification settings - Fork 281
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
False positive with github actions yaml #666
Comments
@adrienverge Could you be a little bit more verbose about it? |
@dosas this is an issue report with a lot of duplicates (e.g. #430). It's not a problem, it's intended default behavior. Your options are:
|
Thanks @andrewimeson 🙏 Since #650 and yamllint 1.34.0 there is yet another solution: declare the YAML version explicitly: %YAML 1.2
---
name: Run tests
on: [push, pull_request] |
When running
Actual:
warning truthy value should be one of [false, true] (truthy)
Expected:
No warning
The text was updated successfully, but these errors were encountered: