monero-integrations / monerophp

Monero PHP library + JsonRPC Client
MIT License
116 stars 76 forks source link

Add full path to `phpcbf` in pre-commit hook #146

Closed BrianHenryIE closed 10 months ago

BrianHenryIE commented 10 months ago

The GitHub Action failed because it could not find phpcbf.

I think this is going to cause a problem for others when they try to commit on their machines. I have :./vendor/bin in my $PATH to allow just running Composer installed bin/executable files from the project root.