-
Notifications
You must be signed in to change notification settings - Fork 145
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
#3035: Add yamllint GHA #3124
#3035: Add yamllint GHA #3124
Conversation
@yegor256 as i noticed, yamllint fails mostly because of |
@slry maybe it's better to clean them up in this PR? (unless they are hard to fix) |
@yegor256, I can fix |
@slry let's allow lines to have any length in YAML files |
@slry I see that yamllint job passes in this PR. we can merge it? |
@yegor256 yamllint job passes, but is it ok that codecov job is failing? |
@yegor256 I found a solution to parsing problem Test with eo: |
foo
bar Result: Test with eo: |-
foo
bar Result: Is it ok if I try to fix it? |
@yegor256 tests are passed, now we can merge it |
@rultor merge |
@slry thanks! |
@yegor256 take a look, please
Closes #3035
PR-Codex overview
This PR updates YAML files and code in the project. It includes changes related to error emails, test resources, and code samples.
Detailed summary