Skip to content

vaimo/action-magento-compilation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Action For Magento Compilation

This action is used to compile Magento and validate composer.json file.

Author: Patryk Waluś ([email protected])

Supported versions

  • v1
    • Magento compilation

Compatibility

This action is compatible only with the custom Docker image: vaimo/image-action-magento.

Usage

jobs:
  code-sniffer:
    runs-on: ubuntu-latest
    container:
      image: ghcr.io/vaimo/image-action-magento:${{inputs.version}}-v1
    steps:
      - name: Compilation action
        uses: vaimo/action-magento-compilation@v1
        with:
          # Secret variable that stores the contents of auth.json.
          # Required
          composer-auth: ${{secrets.COMPOSER_AUTH}}
          # Directory name that will be used to run action.
          # Optional - if not specified then uses the root directory.
          working-directory: ${{env.working-directory}}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published