Skip to content

Add infrastructure to lint YAML files #122

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

Merged
merged 3 commits into from
Mar 25, 2023
Merged

Add infrastructure to lint YAML files #122

merged 3 commits into from
Mar 25, 2023

Conversation

per1234
Copy link
Collaborator

@per1234 per1234 commented Mar 25, 2023

A task and GitHub Actions workflow are provided here for linting the project's YAML files.

On every push and pull request that affects relevant files, the workflow will run yamllint to check the YAML files of the repository for issues.

The .yamllint.yml file is used to configure yamllint:
https://yamllint.readthedocs.io/en/stable/configuration.html

per1234 added 3 commits March 25, 2023 05:49
A task and GitHub Actions workflow are provided here for linting the project's YAML files.

On every push and pull request that affects relevant files, the worflow will run yamllint to check the YAML files of
the repository for issues.

The .yamllint.yml file is used to configure yamllint:
https://yamllint.readthedocs.io/en/stable/configuration.html
The project uses a standardized target line length of 120 for YAML files. In some cases it is not feasible to meet that
target, but other lines were unnecessarily long.
@per1234 per1234 added type: enhancement Proposed improvement topic: infrastructure Related to project infrastructure labels Mar 25, 2023
@per1234 per1234 self-assigned this Mar 25, 2023
@codecov-commenter
Copy link

Codecov Report

Patch and project coverage have no change.

Comparison is base (71e88e7) 99.81% compared to head (401d68b) 99.81%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #122   +/-   ##
=======================================
  Coverage   99.81%   99.81%           
=======================================
  Files           2        2           
  Lines        1610     1610           
=======================================
  Hits         1607     1607           
  Misses          3        3           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@per1234 per1234 merged commit c9dd641 into arduino:main Mar 25, 2023
@per1234 per1234 deleted the check-yaml branch March 25, 2023 13:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: infrastructure Related to project infrastructure type: enhancement Proposed improvement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants