From 96aeecd091ad1519fe5856311cc0967713f15607 Mon Sep 17 00:00:00 2001 From: Martin Zurowietz Date: Mon, 21 Feb 2022 10:50:22 +0100 Subject: [PATCH] Attempt to fix lint action --- .github/workflows/lint.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index a284f387..b86ea2e8 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -9,11 +9,6 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v2 - with: - ref: ${{ github.head_ref }} - env: - GIT_TRACE: 1 - GIT_CURL_VERBOSE: 1 - name: Setup PHP uses: shivammathur/setup-php@v2