Last active
March 6, 2020 01:19
-
-
Save eps1lon/f551590aca8593cd5155054b4b2f0617 to your computer and use it in GitHub Desktop.
material-ui maintainer git-hooks. they're not in the repo because of false positives and not everybody knows no-verify
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/bash | |
# -e Exit immediately if a command exits with a non-zero status. | |
set -e | |
circleci config validate | |
yarn prettier check-changed | |
yarn lint |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment