Skip to content

Commit

Permalink
Update pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
radumarias authored Oct 4, 2024
1 parent 701012a commit 9741dc6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion hooks/linux-macos/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,6 @@ EOF
# exec git diff-index --check --cached $against --
fi

./check-before-push.sh
if [ -e "./check-before-push.sh" ]; then
./check-before-push.sh
fi

0 comments on commit 9741dc6

Please sign in to comment.