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

Magento 2 PHPCS test

v0.0.1

Magento 2 PHPCS test

play

Magento 2 PHPCS test

Run magento 2 static test in your repository forked from konarshankar07/magento2-static-test-action

Installation

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

              

- name: Magento 2 PHPCS test

uses: MishaSerbenyuk/magento2-static-test-action@v0.0.1

Learn more about this action in MishaSerbenyuk/magento2-static-test-action

Choose a version

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: konarshankar07/magento2-static-test-action@v1.0.0

Example Configuration

Please click on this link to find the example configuration