We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6a3d0e commit 4ab2077Copy full SHA for 4ab2077
.pre-commit-hooks.yaml
@@ -4,7 +4,7 @@
4
entry: ./scripts/validate-flux.sh
5
language: script
6
pass_filenames: false
7
- stages: [push]
+ stages: ["pre-commit", "pre-push"]
8
- id: validate-eslint
9
name: validate eslint
10
description: "A script to validate eslint rules on Javascript and Typescript files."
0 commit comments