GitHub Action for Composer
ActionsTags
(1)This Action for Composer enables arbitrary actions with the Composer command-line client.
Via GitHub Workflow
on: push
name: CI
jobs:
composer:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
# For YAML Actions, use v2 or later
- uses: pxgamer/composer-action@master
with:
command: install --optimize-autoloader --prefer-distPlease see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING and CODE_OF_CONDUCT for details.
If you discover any security related issues, please email security@pxgamer.xyz instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.
GitHub Action for Composer is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.