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.4.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.

Screenshot 2021-07-04 at 8 48 01 PM

Inputs

errorSeverity

warningSeverity

Outputs

errors

The test result

Example usage

uses: shikhamis11/magento2-docker-action@master

with:

errorSeverity: "5"

warningSeverity: "5"