Skip to content

Commit 9a20e1f

Browse files
committed
ci(pr-checks): fetch full git history in checkout
1 parent a38e2fd commit 9a20e1f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pr-checks.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ jobs:
2323
- name: Checkout code
2424
id: checkout
2525
uses: actions/checkout@v5
26-
26+
with:
27+
fetch-depth: 0
2728
- name: Setup toolchain with mise
2829
uses: jdx/mise-action@v2
2930

0 commit comments

Comments
 (0)