Skip to content

Commit

Permalink
Update PHP Mess Detector workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-meyer committed Sep 7, 2024
1 parent 02eb93b commit 8b51cfc
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: src/
php_version: "8.1"
ruleset: .phpmd.dist.xml
output: sarif
Expand Down

0 comments on commit 8b51cfc

Please sign in to comment.