-
Notifications
You must be signed in to change notification settings - Fork 289
chore: add yaml linter #89
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
Conversation
fiam
commented
Jul 19, 2025
- Add a yamllint based Docker image for running the yaml linter
- Add workflow to lint YAML files in pull requests
- Create a minimal starting configuration for the yaml linter
- Update all yaml files to pass the linter
- Add a yamllint based Docker image for running the yaml linter - Add workflow to lint YAML files in pull requests - Create a minimal starting configuration for the yaml linter - Update all yaml files to pass the linter
| @@ -0,0 +1,8 @@ | |||
| FROM davidanson/markdownlint-cli2:v0.18.1 AS markdownlint | |||
|
|
|||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: empty line
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch, thanks! It should be fixed now, PTAL.
| FROM davidanson/markdownlint-cli2:v0.18.1 AS markdownlint | ||
|
|
||
|
|
||
| FROM python:3.13-slim AS yamllint |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: python 3.14 ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
3.14 is not yet out, check https://devguide.python.org/versions/