Created
June 5, 2015 12:57
-
-
Save hairmare/634e1be6414f9fb7470b to your computer and use it in GitHub Desktop.
pre-commit hook for running composer check
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# | |
# Run composer check and abort if issues are found | |
# | |
# To enable this hook, put it in ".git/hooks/pre-commit" in a working copy | |
exec composer check |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment