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: