helm / chart-testing-action

A GitHub Action to lint and test Helm charts
https://github.com/helm/chart-testing
Apache License 2.0
245 stars 71 forks source link

update yamllint to custom version #76

Closed nielstenboom closed 2 years ago

nielstenboom commented 2 years ago

Small PR that updates yamllint to a version that shows the line & column numbers in the github action. This was really needed for us to prevent having to run the linter locally as well after having your github action fail.

https://github.com/adrienverge/yamllint/pull/422