From df7eb76504410b333542fc82e04071b3c7ebb7ef Mon Sep 17 00:00:00 2001 From: Gabe Cook Date: Mon, 3 Apr 2023 15:21:39 -0500 Subject: [PATCH] :wrench: (pre-commit): Run Artifact Hub lint --- .pre-commit-config.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fbb737c92..0410bedb7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,6 +17,13 @@ repos: - repo: local hooks: + - id: ah-lint + name: Artifact Hub Lint + entry: ah lint --path=charts + language: system + files: ^charts/ + pass_filenames: false + - id: helm-docs name: Helm Docs entry: hack/gen-helm-docs.sh