Compare commits

...

2 Commits

Author SHA1 Message Date
bdde8dd7a9 Fix
All checks were successful
Gemini Writing Review / gemini-review (pull_request) Successful in 58s
Word Count / count-words (pull_request) Successful in 8s
2026-02-27 23:40:06 +01:00
dbe72859cf Fix: pipeline and go building 2026-02-27 23:40:06 +01:00
2 changed files with 4 additions and 1 deletions

View File

@@ -26,4 +26,7 @@ jobs:
GITHUB_REPOSITORY: ${{ github.repository }}
PR_NUMBER: ${{ github.event.pull_request.number }}
run: |
go run scripts/gemini_review/main.go
cd scripts/gemini_review
go build -o gemini_review_bin main.go
cd ../..
./scripts/gemini_review/gemini_review_bin

Binary file not shown.