Skip to content

Commit 0ef1fb6

Browse files
HarshHarsh
authored andcommitted
resolve merge conflicts
2 parents f3f89f0 + 9e2a3b3 commit 0ef1fb6

File tree

69 files changed

+8973
-2208
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+8973
-2208
lines changed

.claude/settings.local.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,16 @@
2020
"Bash(npx vitest:*)",
2121
"Bash(echo \"exit=$?\")",
2222
"Bash(echo \"backend_exit=$?\")",
23-
"Bash(echo \"frontend_exit=$?\")"
23+
"Bash(echo \"frontend_exit=$?\")",
24+
"Bash(gh issue view:*)",
25+
"WebFetch(domain:github.com)",
26+
"Bash(find:*)",
27+
"Bash(wc:*)",
28+
"Bash(npx vite build:*)",
29+
"Bash(git add:*)",
30+
"Bash(git commit:*)",
31+
"Bash(git push:*)",
32+
"Bash(npx vitest run:*)"
2433
]
2534
}
2635
}

.github/workflows/verifywise-eval.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ jobs:
163163
164164
- name: Post PR comment
165165
if: inputs.post_pr_comment && github.event_name == 'pull_request'
166-
uses: actions/github-script@v8
166+
uses: actions/github-script@v9
167167
with:
168168
script: |
169169
const fs = require('fs');

0 commit comments

Comments
 (0)