GitHub Actions for Composer. Base on Docker official Composer image, and installed hirak/prestissimo package.
Via GitHub Workflow
action "Composer Install" {
uses = "MilesChou/composer-action@master"
args = "install"
}
The MIT License (MIT). Please see License File for more information.