mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-11-22 12:16:13 +01:00

[TASK] Run composer-unused as part of ci:static

This commit is contained in:
Oliver Klee 2024-08-28 14:26:23 +02:00 committed by Daniel Siepmann
parent 0b20fd5fdb
commit e0272779d9

View file

@ -152,6 +152,7 @@
"ci:php:stan": "phpstan --no-progress -v", "ci:php:stan": "phpstan --no-progress -v",
"ci:static": [ "ci:static": [
"@ci:composer:normalize", "@ci:composer:normalize",
"@ci:composer:unused",
"@ci:json:lint", "@ci:json:lint",
"@ci:php:cs-fixer", "@ci:php:cs-fixer",
"@ci:php:lint", "@ci:php:lint",