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