We're currently leveraging https://github.com/psalm/psalm-plugin-symfony along with this action. However, since composer packages are not being installed, the container is never being created resulting in Uncaught Psalm\Exception\ConfigException: Container xml file(s) not found!.
Thoughts on adding the optional ability to also run composer install or some arbitrary command to handle this use case?
We're currently leveraging https://github.com/psalm/psalm-plugin-symfony along with this action. However, since composer packages are not being installed, the container is never being created resulting in
Uncaught Psalm\Exception\ConfigException: Container xml file(s) not found!
.Thoughts on adding the optional ability to also run
composer install
or some arbitrary command to handle this use case?