This module forked from onarshankar07/magento2-static-test-action, for compability with clear modules testing
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: MishaSerbenyuk/magento2-static-test-action
Please click on this link to find the example configuration