We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f8d47f commit 43c11e5Copy full SHA for 43c11e5
.github/workflows/llmcodereview.yml
@@ -25,11 +25,10 @@ jobs:
25
run: npm install @google/generative-ai simple-git
26
27
- 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";
+ run: cat > analyze.mjs << 'SCRIPT'
+import { GoogleGenerativeAI } from "@google/generative-ai";
+import simpleGit from "simple-git";
+import fs from "fs";
33
34
const git = simpleGit();
35
const diff = await git.diff(["HEAD~1"]);
0 commit comments