Skip to content

Commit 37d561f

Browse files
committed
Move spellcheck pre-commit hook to pre-commit
This commit moves the pre-commit hook for spellcheck from pre-push to pre-commit. Signed-off-by: Bryan Cox <[email protected]>
1 parent 0f04d8d commit 37d561f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ repos:
5555
- id: make-spellcheck
5656
name: Run make verify-shellcheck
5757
entry: make verify-shellcheck
58-
stages: [pre-push]
58+
stages: [pre-commit]
5959
language: system
6060
require_serial: true
6161
- id: make-conversions

0 commit comments

Comments
 (0)