Skip to content

Commit dbccc8a

Browse files
committed
Enable PHPMD on GitHub Actions
1 parent 48433fc commit dbccc8a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ jobs:
4141
run:
4242
vendor/bin/php-cs-fixer fix --diff --dry-run --verbose
4343

44-
# - name: PHPMD
45-
# run:
46-
# vendor/bin/phpmd src xml phpmd.xml
44+
- name: PHPMD
45+
run:
46+
vendor/bin/phpmd src xml phpmd.xml
4747

4848
- name: PHPStan
4949
run:

0 commit comments

Comments
 (0)