Fix PHPMD workflow
This commit is contained in:
parent
03c9cd8e52
commit
28752a9974
|
@ -31,7 +31,7 @@ jobs:
|
|||
- name: Run PHP Mess Detector
|
||||
uses: php-actions/phpmd@v1
|
||||
with:
|
||||
path: bin/ public/ src/
|
||||
path: bin/,public/,src/
|
||||
php_version: "8.1"
|
||||
ruleset: .phpmd.dist.xml
|
||||
output: sarif
|
||||
|
|
Loading…
Reference in New Issue