Attempt to fix lint action

This commit is contained in:
Martin Zurowietz 2022-02-21 10:50:22 +01:00
parent 7123b7821c
commit 96aeecd091

View File

@ -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