IssueID #1104: created script and pre-commit hook for automatic example validation
This commit is contained in:
Executable
+6
@@ -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