A0-2005: Create yamllint configuration for linting YAML files in .github directory#943
Merged
A0-2005: Create yamllint configuration for linting YAML files in .github directory#943
Conversation
added 3 commits
February 24, 2023 20:26
b7bd4ee to
a4c0cb4
Compare
a4c0cb4 to
5e30c0c
Compare
added 14 commits
February 24, 2023 20:43
a1e025f to
4c7d446
Compare
Marcin-Radecki
approved these changes
Mar 2, 2023
Contributor
Marcin-Radecki
left a comment
There was a problem hiding this comment.
Very much approve.
fbielejec
approved these changes
Mar 2, 2023
Contributor
fbielejec
left a comment
There was a problem hiding this comment.
it will be annoying but probably also necessary :)
ghost
approved these changes
Mar 2, 2023
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
Additional workflow with YAML Lint. It triggers only when some
.ymlor.yamlfiles are modified in the.githubdirectory.It lints only those files that were changed in comparison to the PRs base branch. Therefore if some files won't pass this check, it won't block any PR if that PR doesn't include any changes for those files.
Changes:
.yamllint- yamllint configuration file. Docs with explanations and examples for every rule in this file: Linting rulesIn the next PR, I'll modify every
.yamland.ymlfile to follow all those rules.Type of change