Coder Social home page Coder Social logo

github-action-composer-install's Introduction

GitHub Action: composer-install-action

Install Composer Dependencies via Github Action.

- uses: luminsports/github-action-composer@main
  with:
    # Disables installation of require-dev packages.
    no-dev: ""

    # Optimize autoloader during autoloader dump.
    # Default: true
    optimize-autoloader: ""

    # Optimize autoloader during autoloader dump.
    no-autoloader: ""

    # Forces installation from package dist (default behavior).
    # Default: true
    prefer-dist: ""

    # Forces installation from package sources when possible, including VCS
    # information.
    prefer-source: ""

    # Whether to use cache.
    # Default: true
    cache: ""

    # Whether to create artifacts.
    # Default: true
    artifact: ""

    # Name of generated artifact.
    # Default: composer
    artifact-name: ""

    # Name of generated artifact.
    # Default: vendor.tar
    artifact-path: ""

    # Number of days that the artifact should be retained for.
    # Default: 7
    artifact-retention-days: ""
Input Description Default Required
no-dev Disables installation of require-dev packages. false
optimize-autoloader Optimize autoloader during autoloader dump. true false
no-autoloader Optimize autoloader during autoloader dump. false
prefer-dist Forces installation from package dist (default behavior). true false
prefer-source Forces installation from package sources when possible, including VCS information. false
cache Whether to use cache. true false
artifact Whether to create artifacts. true false
artifact-name Name of generated artifact. composer false
artifact-path Name of generated artifact. vendor.tar false
artifact-retention-days Number of days that the artifact should be retained for. 7 false
Output Description Default Required
checkstyle-result Checkstyle report generate by php-cs-fixer
pull-request-number The pull request number
pull-request-url The URL of the pull request.
pull-request-operation The pull request operation performed by the action, created, updated or closed.
pull-request-head-sha The commit SHA of the pull request branch.

github-action-composer-install's People

Contributors

ryzr avatar

Forkers

panvid

github-action-composer-install's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.