ct-lint.yaml 454 B

1234567891011121314
  1. ## Reference: https://github.com/helm/chart-testing/blob/master/doc/ct_lint-and-install.md
  2. # Don't add the 'debug' attribute, otherwise the workflow won't work anymore
  3. # Only Used for the CT Lint Stage
  4. remote: origin
  5. target-branch: main
  6. chart-dirs:
  7. - charts
  8. chart-repos:
  9. - dandydeveloper=https://dandydeveloper.github.io/charts/
  10. validate-chart-schema: false
  11. validate-maintainers: true
  12. validate-yaml: true
  13. exclude-deprecated: true
  14. excluded-charts: []