Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
play

GitHub Action

Coding Standard for Magento 2

v1.2.0

Coding Standard for Magento 2

play

Coding Standard for Magento 2

Github Action for magento 2

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Coding Standard for Magento 2

uses: shikhamis11/[email protected]

Learn more about this action in shikhamis11/magento2-github-action

Choose a version

Coding Standard for Magento 2 docker action

This action checks coding standard of magento 2 extensions.

Inputs

error-severity

The severity of error to check. Default "10".

Outputs

errors

The test result

Example usage

uses: actions/magento2-docker-action@v1 with: error-severity: '10'