diff --git a/.github/workflows/autoformat.yml b/.github/workflows/autoformat.yml index 264314c..eb31373 100644 --- a/.github/workflows/autoformat.yml +++ b/.github/workflows/autoformat.yml @@ -10,6 +10,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 + with: + fetch-depth: 0 - name: Prettify uses: creyD/prettier_action@v4.2 with: