1
0
Fork 0
Nextcloud-News/bin/git/hooks/pre-commit

10 lines
114 B
Bash
Executable File

#!/bin/bash
# exit if any test fails
set -e
make test
php -f bin/tools/generate_authors.php
git add AUTHORS.md