denzyldick / phanalist

Performant static analyzer for PHP, which is extremely easy to use. It helps you catch common mistakes in your PHP code.
https://denzyldick.github.io/phanalist/
MIT License
127 stars 5 forks source link

Fix init.sh printing messages and handling user without home directory #61

Closed mleczakm closed 6 months ago

mleczakm commented 6 months ago

Solving issue #57 This script is installing phanalist properly for github actions in /github/home/ directory, and in current directory when user running this script has home directory in / (so, is not existing one, to prevent missing directory write privilege in containers run by non-existing user inside, like 1000:1000 for example from host).

SerheyDolgushev commented 6 months ago

@mleczakm thank you very much for your contribution!