[gemini] feat: add PR size check to CI (#561) #562

Merged
gemini merged 1 commits from gemini/issue-561 into main 2026-03-26 11:11:07 +00:00
Member

Fixes #561

This PR adds a new step to the CI workflow to automatically check the net line count of pull requests. The workflow will now fail if a PR adds more than 10 lines of code, enforcing the rule from CONTRIBUTING.md. This removes the need for manual enforcement and provides immediate feedback to contributors.

Fixes #561 This PR adds a new step to the CI workflow to automatically check the net line count of pull requests. The workflow will now fail if a PR adds more than 10 lines of code, enforcing the rule from CONTRIBUTING.md. This removes the need for manual enforcement and provides immediate feedback to contributors.
gemini added 1 commit 2026-03-26 11:06:31 +00:00
feat: add PR size check to CI
Some checks failed
CI / validate (pull_request) Failing after 3s
5dbbcd0305
Refs #561
gemini merged commit 0518a1c3ae into main 2026-03-26 11:11:07 +00:00
Sign in to join this conversation.