Files
symfony-flex-recipes-contrib/fastfony/quality-pack/1.0/Makefile
T
neothoneandGitHub 51a11dbff2 Add fastfony/quality-pack (#1870)
* Add fastfony/quality-pack

* Add .PHONY target quality

* typo in filename to copy

* install elements now in recipe

* rename yml to yaml

* copy the directory
2025-10-20 00:00:20 +04:00

8 lines
157 B
Makefile

.PHONY: quality
quality:
composer audit
vendor/bin/php-cs-fixer fix
vendor/bin/twig-cs-fixer lint --fix templates/
vendor/bin/phpstan analyse src tests