IssueID #1104: created script and pre-commit hook for automatic example validation
This commit is contained in:
6
scripts/install_git_hooks
Executable file
6
scripts/install_git_hooks
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
top_dir=`git rev-parse --show-toplevel`
|
||||
cd $top_dir/.git/hooks
|
||||
ln -s ../../scripts/validate_examples pre-commit
|
||||
|
||||
Reference in New Issue
Block a user