Skip to content

Instantly share code, notes, and snippets.

@gonzalodiaz
Created June 6, 2020 09:23
Show Gist options
  • Save gonzalodiaz/48f73126777af26457c019ebaaf6e434 to your computer and use it in GitHub Desktop.
Save gonzalodiaz/48f73126777af26457c019ebaaf6e434 to your computer and use it in GitHub Desktop.
PreCommitSh
#!/bin/bash -e
ROOT_DIR="$(git rev-parse --show-toplevel)"
echo "Running Linters..."
"${ROOT_DIR}"/scripts/linters.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment