Skip to content

Commit

Permalink
Merge pull request #114 from jrottenberg/pre-commit.com-559
Browse files Browse the repository at this point in the history
Add a pre-commit-hook that allows pre-commit to manage the installation of helm-docs
  • Loading branch information
skang0601 authored Oct 20, 2021
2 parents 8103602 + e49509a commit 2a8b9cc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,12 @@
language: script
name: Helm Docs
require_serial: true

- id: helm-docs-built
args: []
description: Uses auto built 'helm-docs' to create documentation from the Helm chart's 'values.yaml' file, and inserts the result into a corresponding 'README.md' file.
entry: helm-docs
files: (README\.md\.gotmpl|(Chart|requirements|values)\.yaml)$
language: golang
name: Helm Docs Built
require_serial: true

0 comments on commit 2a8b9cc

Please sign in to comment.