Skip to content

Commit

Permalink
Fix PHPMD workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-meyer authored Oct 23, 2024
1 parent 03c9cd8 commit 28752a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/phpmd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 28752a9

Please sign in to comment.