Skip to content

Commit f608f7f

Browse files
committed
Add depth to see if resolves issues
1 parent 9666080 commit f608f7f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/checks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,8 @@ jobs:
177177
steps:
178178
- name: SCM Checkout
179179
uses: actions/checkout@v4
180+
with:
181+
fetch-depth: 0
180182

181183
- name: Setup Python & Poetry Environment
182184
uses: ./.github/actions/python-environment

0 commit comments

Comments
 (0)