-
Notifications
You must be signed in to change notification settings - Fork 660
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use ramsey/composer-install action #10966
base: 5.x
Are you sure you want to change the base?
Conversation
I'm not a maintainer, I wouldn't pretend to decide. But I think it's a good idea to simplify the CI maintenance. |
git ls-files | grep \\\.php$ | grep -v ^dictionaries/scripts/* | ./vendor/bin/parallel-lint --stdin | ||
git ls-files -- '*.php' ':!:dictionaries/scripts/*' | ./vendor/bin/parallel-lint --stdin |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is an extra from the man page of git.
Before merging this I'd like to see how it works on |
Where should I add |
I think you can't. But maybe composer got smarter over the years and this is no longer required - we'll know when you target this PR (or create a new one) to the master branch. |
|
It's missing at least in |
Added 🍏 |
This action includes caching and everything else necessary for dependency installation.
https://github.com/ramsey/composer-install
As @GromNaN told me.