Skip to content
This repository has been archived by the owner on Aug 18, 2022. It is now read-only.

nanasess/composer-installer-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

Composer installer of Github Actions

GitHub Actions status LICENSE

Composer installer of GitHub Actions.

OS/Platform support

  • ubuntu-latest, ubuntu-20.04, or ubuntu-18.04
  • windows-latest, windows-2019, or windows-2016

Usage

See action.yml

steps:
- uses: actions/checkout@master
- uses: nanasess/composer-installer-action@master
- run: composer install

License

The scripts and documentation in this project are released under the MIT License

Contributions

Contributions are welcome! See Contributor's Guide