aequasi/git-precommit-handler

Git Pre-Commit Handler


License
Apache-2.0

Documentation

git-precommit-handler

Just create a pre-commit-hook.yml file in your projects base directory, and fill it with an array of commands you want to run:

- bldr run ci
- phpunit
- bin/phpcs