Skip to content

Commit

Permalink
patch: update pre-commit hook stages for flux validation script (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
thamudi authored Jan 7, 2025
1 parent f6a3d0e commit 4ab2077
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 @@ -4,7 +4,7 @@
entry: ./scripts/validate-flux.sh
language: script
pass_filenames: false
stages: [push]
stages: ["pre-commit", "pre-push"]
- id: validate-eslint
name: validate eslint
description: "A script to validate eslint rules on Javascript and Typescript files."
Expand Down

0 comments on commit 4ab2077

Please sign in to comment.