Skip to content

Commit

Permalink
Merge pull request #4 from LyraPhase/fix-regex
Browse files Browse the repository at this point in the history
Fix RegEx + filetype (fixes #3)
  • Loading branch information
trinitronx committed Oct 21, 2023
2 parents 9df0608 + 3d5fab1 commit 72dd201
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
description: Check YAML App Spec Syntax with doctl app spec validate
entry: hooks/doctl-app-spec-validate.sh
language: script
types: [shell]
types: [yaml]
pass_filenames: true
files: |
(?x)^(
\.do/app\.y(a)?ml
.do\/app\.ya?ml
)$

0 comments on commit 72dd201

Please sign in to comment.