Try fetch-depth 2 on PHPCS

This commit is contained in:
roykho 2022-05-17 08:32:33 -07:00
parent 08892b3d9f
commit dac4993295
No known key found for this signature in database
GPG Key ID: 00D6C128DC6E0F71
1 changed files with 1 additions and 1 deletions

View File

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