How to optimise Rubocop reviewdog GitHub action to execute faster.
Rubocop is a linter and code formatter for ruby, it enforces to follow the ruby style guide to improve readability and maintainability of the code https://rubystyle.guide/. To enforce this across an organisation one of the best way is to add this as a mandatory step for merging the PRs which can be done using Github…