We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52c9b88 commit 403c202Copy full SHA for 403c202
.github/workflows/pr.yml
@@ -48,6 +48,8 @@ jobs:
48
runs-on: ubuntu-latest
49
steps:
50
- uses: actions/checkout@v2
51
+ - name: Unshallow
52
+ run: git fetch --prune --unshallow
53
- name: Install Go
54
uses: actions/setup-go@v1
55
with:
0 commit comments