/composer-action

GitHub Actions for Composer

Primary LanguageDockerfileMIT LicenseMIT

Composer Action

GitHub Release License

GitHub Actions for Composer. Base on Docker official Composer image, and installed hirak/prestissimo package.

Usage

Via GitHub Workflow

action "Composer Install" {
  uses = "MilesChou/composer-action@master"
  args = "install"
}

Credits

License

The MIT License (MIT). Please see License File for more information.