Run GraphQL docs rake task on changes
What does this MR do and why?
This MR adds graphql_docs
pre-push hook to our Lefthook configuration. This will make sure that our GraphQL docs are up-to-date before pushing.
How to set up and validate locally
- Check out this branch
- Change any description in
app/graphql
oree/app/graphql
- `git commit -a -m "Test"
bundle exec lefthook run pre-push
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.