Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 981 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 981 Bytes

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