Skip to content

Yamllint integration

Mmartorana requested to merge yamlint-integration into main

We've enhanced the linting process to focus only on modified or added YAML files in each commit by incorporating the yamllint tool. Deleted files and files with non-YAML extensions are now excluded from the linting process.

Testing

To validate this change, I added and removed YAML files from the previous commit. This ensured that the updated process exclusively examines newly added YAML files, while no longer considering removed ones.

Pipeline triggered by yaml file addition

Pipeline triggered by yaml file removal

Additional Notes

Feel free to provide feedback or suggestions for further improvements.

Edited by Mmartorana

Merge request reports