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: