Merge pull request #223 from mzur/patch-2

Fix lint action
This commit is contained in:
feek 2022-02-22 17:17:01 -05:00 committed by GitHub
commit b156f55956
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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