You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
Magento 2 PHPCS test
v0.0.1
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
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
Please click on this link to find the example configuration