Skip to content

Commit

Permalink
fix: make sure this matches nested files
Browse files Browse the repository at this point in the history
  • Loading branch information
dadav authored Sep 8, 2023
1 parent f0f6809 commit 5078f44
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$
files: (Chart|values)\.yaml$
language: golang
name: Generate jsonschema
require_serial: true

0 comments on commit 5078f44

Please sign in to comment.