Skip to content

Commit 84af3af

Browse files
committed
Merge branch 'develop' of github.com:verifywise-ai/verifywise into 3109-create-tests-for-applicationhooks-directory
2 parents 30e2164 + 9e2a3b3 commit 84af3af

File tree

69 files changed

+8741
-2063
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

+8741
-2063
lines changed

.claude/settings.local.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,16 @@
1313
"Bash(grep -r \"superadmin\\\\|super.admin\\\\|SuperAdmin\" /Users/harsh/Data/vw/verifywise/Servers/src --include=*.ts -i)",
1414
"Bash(grep:*)",
1515
"Bash(git log:*)",
16-
"Bash(echo \"EXIT=$?\")"
16+
"Bash(echo \"EXIT=$?\")",
17+
"Bash(gh issue view:*)",
18+
"WebFetch(domain:github.com)",
19+
"Bash(find:*)",
20+
"Bash(wc:*)",
21+
"Bash(npx vite build:*)",
22+
"Bash(git add:*)",
23+
"Bash(git commit:*)",
24+
"Bash(git push:*)",
25+
"Bash(npx vitest run:*)"
1726
]
1827
}
1928
}

.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)