Skip to content

MishaSerbenyuk/magento2-static-test-action

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

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This module forked from onarshankar07/magento2-static-test-action, for compability with clear modules testing

Magento 2 Static Test Action

Magento 2 Static Test Action is used to run static test for Magento 2 modules and improve the quality of code as per Magento coding standards

Installation

Add the following configuration in workflow main.yml file

name: Magento 2 Static Test Action
on: [push, pull_request]
jobs:
  build:
    name: shankar/magento2-static-test-action
    runs-on: ubuntu-latest
    steps:
      - name: Checkout Repo
        uses: actions/checkout@master

      - name: Magento 2 Static Test
        uses: MishaSerbenyuk/magento2-static-test-action

Example Configuration

Please click on this link to find the example configuration

About

Github Action to run static test for Magento 2 modules

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 66.8%
  • Shell 33.2%