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