Skip to content

Commit a64ae4a

Browse files
committed
Add depth git checkout
Signed-off-by: Bernát Gábor <[email protected]>
1 parent ae9a336 commit a64ae4a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/check.yml

+2
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ jobs:
3737
- name: install tox
3838
run: python -m pip install tox
3939
- uses: actions/checkout@v3
40+
with:
41+
fetch-depth: 0
4042
- name: setup python for test ${{ matrix.py }}
4143
uses: actions/setup-python@v4
4244
with:

0 commit comments

Comments
 (0)