Build Your Own GitHub CI Automation for Code Reviews using Elixir and Gemini

Here’s a quick backstory. I wanted a GitHub CI action that kicks in whenever I create/re-open a PR, scans the code changes, and checks if the new code I’ve pushed follows a set of custom rules def...