-
Notifications
You must be signed in to change notification settings - Fork 192
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
Make yamllint config recognisable by the yml lint github action #1422
Conversation
This PR is against the
|
Codecov Report
@@ Coverage Diff @@
## dev #1422 +/- ##
=======================================
Coverage 66.87% 66.87%
=======================================
Files 50 50
Lines 5688 5688
=======================================
Hits 3804 3804
Misses 1884 1884 Continue to review full report at Codecov.
|
I think we should disable the truthy checks, because it generates too many false-positives. Alternatively, add |
🚀 thanks @mashehu for the very useful suggestions! |
Use this github action to enable the recognition of the
yamllint.yml
and avoid undesired errors.Closes #1404
PR checklist
CHANGELOG.md
is updated