Skip to content

Commit 43c11e5

Browse files
author
Fr4gm3nt3d_sh
committed
Update .github/workflows/llmcodereview.yml
1 parent 9f8d47f commit 43c11e5

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/llmcodereview.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,10 @@ jobs:
2525
run: npm install @google/generative-ai simple-git
2626

2727
- name: Create analysis script
28-
run: |
29-
cat > analyze.mjs << 'SCRIPT'
30-
import { GoogleGenerativeAI } from "@google/generative-ai";
31-
import simpleGit from "simple-git";
32-
import fs from "fs";
28+
run: cat > analyze.mjs << 'SCRIPT'
29+
import { GoogleGenerativeAI } from "@google/generative-ai";
30+
import simpleGit from "simple-git";
31+
import fs from "fs";
3332

3433
const git = simpleGit();
3534
const diff = await git.diff(["HEAD~1"]);

0 commit comments

Comments
 (0)