diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index a284f38..b86ea2e 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