We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8cd8fed + c497b28 commit 5c82c43Copy full SHA for 5c82c43
1 file changed
.github/workflows/test-phpcpd.yml
@@ -34,10 +34,8 @@ jobs:
34
uses: shivammathur/setup-php@v2
35
with:
36
php-version: '8.0'
37
- tools: phive
38
- extensions: intl, json, mbstring, xml
+ tools: phpcpd
+ extensions: dom, mbstring
39
40
- name: Detect code duplication
41
- run: |
42
- sudo phive --no-progress install --global --trust-gpg-keys 4AA394086372C20A phpcpd
43
- phpcpd --exclude system/Test --exclude system/ThirdParty --exclude system/Database/SQLSRV/Builder.php --exclude system/Database/SQLSRV/Forge.php app/ public/ system/
+ run: phpcpd --exclude system/Test --exclude system/ThirdParty --exclude system/Database/SQLSRV/Builder.php --exclude system/Database/SQLSRV/Forge.php -- app/ public/ system/
0 commit comments