-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Description
I have tried to use this github action (and it worked fine in the past), however I am unable to configure php (like php.ini) before running psalm. I know you can write a bootstrap file and use it as an autoloader to do some of the configs with ini_set() however not all config options can be configured this way and require a direct change to the ini file. The dockerfile does some configuration when building the image, but it would be good if entrypoint.sh could also some configuration based on the yaml options (you would probably have to check the config and fail gracefully or revert if the configuration option is bad)
Metadata
Metadata
Assignees
Labels
No labels