1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00
Files
github-octodns/.git_hooks_pre-commit
2019-04-01 07:03:10 -07:00

12 lines
145 B
Bash
Executable File

#!/bin/sh
set -e
HOOKS=`dirname $0`
GIT=`dirname $HOOKS`
ROOT=`dirname $GIT`
. $ROOT/env/bin/activate
$ROOT/script/lint
$ROOT/script/coverage