Make yamllint happy#16
Merged
DariuszPorowski merged 2 commits intoraven-actions:mainfrom Nov 13, 2023
bhundven:yamllint
Merged
Conversation
Add a .yamllint file to disable the line-length rule, and add the yaml [document start](https://yamllint.readthedocs.io/en/stable/rules.html#module-yamllint.rules.document_start) to actions.yaml. Any developer that uses editors with syntax checking (specifically with yamllint) happier. Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
DariuszPorowski
approved these changes
Nov 13, 2023
Collaborator
|
@bhundven thank you for the contribution. I did minor adjustments (moved config file to linters inside .github https://github.com/raven-actions/actionlint/blob/main/.github/linters/.yamllint.yml) as preparation to replace linting mechanism by https://github.com/oxsecurity/megalinter |
Contributor
Author
|
You should check out super linter: https://github.com/marketplace/actions/super-linter |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
💌 Description
Add a .yamllint file to disable the line-length rule, and add the yaml document start to actions.yaml.
Any developer that uses editors with syntax checking (specifically with yamllint) happier.
🔗 Related issue
🏗️ Type of change
✅ Checklist
Code of Conduct> document.Contributingguide.