0
Fork 0
mirror of https://github.com/penpot/penpot-helm.git synced 2024-12-21 21:23:04 -05:00

chore: add helmlint to pre-commit

This commit is contained in:
David Barragán Merino 2024-07-31 17:34:21 +02:00 committed by David Barragán Merino
parent 3e50bfcaf9
commit 0e03bea1d8

View file

@ -13,6 +13,12 @@ repos:
# Repeating the flag adds this to the list, now [./_templates.gotmpl, README.md.gotmpl]
# A base filename makes it relative to each chart directory found
- --template-files=README.md.gotmpl
- repo: https://github.com/gruntwork-io/pre-commit
rev: v0.1.23
hooks:
- id: helmlint
- repo: https://github.com/compilerla/conventional-pre-commit
rev: v3.2.0
hooks: