From 37aa427f8871187e848693cccc3c864aca0d3960 Mon Sep 17 00:00:00 2001 From: MaslovIgor Date: Fri, 23 Jun 2023 22:35:40 +0300 Subject: [PATCH] Update linter.yml --- .github/workflows/linter.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 67d11fa..eac16f1 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -25,6 +25,7 @@ jobs: with: # Make sure the actual branch is checked out when running on pull requests ref: ${{ github.head_ref }} + fetch-depth: 0 - name: Prettier Action uses: creyD/prettier_action@v4.2 with: