Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save abergmeier/bfdc24162fe193ca2b0e93f4ec6c165b to your computer and use it in GitHub Desktop.
Save abergmeier/bfdc24162fe193ca2b0e93f4ec6c165b to your computer and use it in GitHub Desktop.
buildifier_hook
#!/bin/env sh
buildifier
RETVAL=$?
if [ $RETVAL -ne 0 ]
then
exit 1
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment