Test code sniff fetch depth 1

This commit is contained in:
roykho 2022-05-17 08:27:47 -07:00
parent 916c285bc5
commit 08892b3d9f
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: 100
fetch-depth: 1
- name: Setup PHP
uses: shivammathur/setup-php@v2