Skip to content

Run GraphQL docs rake task on changes

Michał Zając requested to merge mzajac/add-graphql_docs-to-lefthook into master

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

  1. Check out this branch
  2. Change any description in app/graphql or ee/app/graphql
  3. `git commit -a -m "Test"
  4. 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.

Merge request reports