Skip to content

Commit beb3594

Browse files
committed
Add checkout to code-review job
1 parent e6b8e26 commit beb3594

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,12 @@ jobs:
7171
needs: [pull-request]
7272
runs-on: ubuntu-24.04
7373
steps:
74+
- name: Checkout
75+
uses: actions/checkout@v4
76+
with:
77+
fetch-depth: 0
78+
fetch-tags: true
79+
7480
- name: Code Review
7581
uses: kosli-dev/control-actions/.github/actions/code-review@main
7682
with:

0 commit comments

Comments
 (0)