From 6a53237ad927b02c0c360e92a7b8ed468ad384e1 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Fri, 9 Oct 2020 19:26:17 +0530 Subject: [PATCH] testing fetch-depth: 0 for ci --- .github/workflows/checks.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 214dbdbb0..ecdd66f53 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -10,6 +10,7 @@ jobs: - uses: actions/checkout@v2 with: ref: ${{ github.head_ref }} + fetch-depth: 0 - name: Installing dependencies uses: borales/actions-yarn@v2.0.0 with: