Skip to content

Commit 4ab2077

Browse files
authored
patch: update pre-commit hook stages for flux validation script (#4)
1 parent f6a3d0e commit 4ab2077

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-hooks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
entry: ./scripts/validate-flux.sh
55
language: script
66
pass_filenames: false
7-
stages: [push]
7+
stages: ["pre-commit", "pre-push"]
88
- id: validate-eslint
99
name: validate eslint
1010
description: "A script to validate eslint rules on Javascript and Typescript files."

0 commit comments

Comments
 (0)