Skip to content

Commit

Permalink
fix: adjust pre-commit hook to only run on Chart.yaml and values.yaml…
Browse files Browse the repository at this point in the history
… changes
  • Loading branch information
dadav committed Aug 28, 2023
1 parent 0341f02 commit 47eb608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
- id: helm-schema
description: Uses helm-schema to create a jsonschema.
entry: helm-schema
files: ^((Chart|values)\.yaml|values\.schema\.json)$
files: ^(Chart|values)\.yaml$
language: golang
name: Generate jsonschema
require_serial: true

0 comments on commit 47eb608

Please sign in to comment.