DEV Community

Shikha Mishra
Shikha Mishra

Posted on

Magento Coding Standard GitHub Action

My Workflow

Quickly integrate Magento Coding Standard check on your Magento 2 extensions at GitHub with customized severity levels
https://github.com/shikhamis11/magento2-github-action

Workflow Image

Submission Category:

Maintainer Must-Haves

Yaml File or Link to Code

m2-standard.yml

Additional Resources / Info

This workflow is currently being utilized by many private repositories of Cedcommerce Magento 2 extensions for checking Magento 2 coding standards in Magento extension. It allows the dev to check the coding standard failure whenever the changes are pushed to its repositories. Developers can also set their customized severity for errors and warnings which helps to prevent extension submissions failure at Magento 2 marketplace.

It is also being utilised at below public repository

https://github.com/erankitsrivastava/banner-slider-with-geoip

This GitHub Action utilises magento coding standard Rules to check code of Magento extension repositories

Top comments (0)