psalm-github-actions icon indicating copy to clipboard operation
psalm-github-actions copied to clipboard

Optional ability to install composer packages before running psalm

Open Blacksmoke16 opened this issue 4 years ago • 1 comments

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?

Blacksmoke16 avatar Dec 03 '21 18:12 Blacksmoke16

The action does run composer install, however it does it with --no-scripts flag.

weirdan avatar May 04 '24 20:05 weirdan