Skip to content

Commit 403c202

Browse files
author
Denis Krivak
committed
Add unshallow to CI
1 parent 52c9b88 commit 403c202

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pr.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ jobs:
4848
runs-on: ubuntu-latest
4949
steps:
5050
- uses: actions/checkout@v2
51+
- name: Unshallow
52+
run: git fetch --prune --unshallow
5153
- name: Install Go
5254
uses: actions/setup-go@v1
5355
with:

0 commit comments

Comments
 (0)