Try fetch-depth 2 on PHPCS
This commit is contained in:
parent
08892b3d9f
commit
dac4993295
|
@ -16,7 +16,7 @@ jobs:
|
|||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 1
|
||||
fetch-depth: 2
|
||||
|
||||
- name: Setup PHP
|
||||
uses: shivammathur/setup-php@v2
|
||||
|
|
Loading…
Reference in New Issue