mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 15:39:02 +00:00
14 lines
338 B
YAML
14 lines
338 B
YAML
# See https://pre-commit.com for more information
|
|
repos:
|
|
- repo: local
|
|
hooks:
|
|
- id: ct-lint
|
|
name: "Chart Test: Lint"
|
|
language: docker_image
|
|
pass_filenames: false
|
|
types: ['file']
|
|
files: '^charts/.*(\.ya?ml|\.tpl|\.helmignore|NOTES.txt)'
|
|
entry: -u 0 quay.io/helmpack/chart-testing:v3.0.0 ct
|
|
args:
|
|
- lint
|