Skip to content

ErickGomez98/composer

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Composer-gd-zip

Github action to run composer under a php image that uses gd and zip extensions, both extensions that I needed in some point to run composer install.

Example

steps:
  - name: Run composer
    uses: ErickGomez98/composer@master
    with:
      action: 'install'