Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save davialexandre/4262b0f1fd62ef374d761d6d102cca77 to your computer and use it in GitHub Desktop.
Save davialexandre/4262b0f1fd62ef374d761d6d102cca77 to your computer and use it in GitHub Desktop.
"husky": {
"hooks": {
"pre-commit": "cd .. && vendor/bin/psalm && vendor/bin/phpcs"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment