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:
parent
3e50bfcaf9
commit
0e03bea1d8
1 changed files with 6 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue