Skip to content

Commit ca9526a

Browse files
author
Fr4gm3nt3d_sh
committed
Update .github/workflows/llmcodereview.yml
1 parent 6f4130a commit ca9526a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/llmcodereview.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
env:
2929
GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY }}
3030
run: |
31-
node <<'NODEJS'
3231
(async () => {
3332
const { GoogleGenerativeAI } = await import("@google/generative-ai");
3433
const simpleGit = (await import("simple-git")).default;
@@ -69,7 +68,6 @@ ${diff}
6968
const reportName = `report-${timestamp}.html`;
7069
const date = new Date();
7170

72-
// Full styled HTML
7371
const html = `<!DOCTYPE html>
7472
<html lang="en">
7573
<head>
@@ -161,7 +159,6 @@ body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-
161159
console.log("=== Gemini Code Review Complete ===");
162160
console.log(report);
163161
})();
164-
NODEJS
165162

166163
- name: Commit and push reports
167164
env:

0 commit comments

Comments
 (0)