Skip to content

Commit 02110a7

Browse files
committed
fix claude
1 parent 802ae6b commit 02110a7

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/claude-code-review.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
uses: actions/checkout@v4
3131
with:
3232
fetch-depth: 1
33+
submodules: recursive
3334

3435
- name: Run Claude Code Review
3536
id: claude-review

.github/workflows/claude.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
uses: actions/checkout@v4
3030
with:
3131
fetch-depth: 1
32+
submodules: recursive
3233

3334
- name: Run Claude Code
3435
id: claude

0 commit comments

Comments
 (0)