Check if custom roles doc is up to date
What does this MR do and why?
Check if Custom roles documentation (Abilities) is up to date.
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
How to set up and validate locally
- Change eg.
doc/user/custom_roles/abilities
- Commit
- Try to push
- You should be get an error the documentation is updated
- You can also try
bundle exec rake gitlab:custom_roles:compile_docs
rake task
Related to #437662 (closed)