From ae030ad6009c2d00bc62efa2490efba27c3f7a7c Mon Sep 17 00:00:00 2001 From: Kristoffer Dalby Date: Wed, 20 Oct 2021 20:39:14 +0100 Subject: [PATCH] Revert last commit --- .github/workflows/lint.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 09db7bb0..506d3ccb 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -20,10 +20,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - with: - fetch-depth: 0 - ref: ${{ github.head_ref }} - persist-credentials: false - name: Prettify code uses: creyD/prettier_action@v4.0