File tree Expand file tree Collapse file tree 4 files changed +58
-0
lines changed
Expand file tree Collapse file tree 4 files changed +58
-0
lines changed Original file line number Diff line number Diff line change 1+ name : ExtDN M2 Coding Standard
2+ on :
3+ push :
4+ branches :
5+ - main
6+ pull_request :
7+
8+ jobs :
9+ static :
10+ name : M2 Coding Standard
11+ runs-on : ubuntu-latest
12+ steps :
13+ - uses : actions/checkout@v2
14+ - uses : extdn/github-actions-m2/magento-coding-standard@master
Original file line number Diff line number Diff line change 1+ name : ExtDN M2 Copy Paste Detector
2+ on :
3+ push :
4+ branches :
5+ - main
6+ pull_request :
7+
8+ jobs :
9+ phpmd :
10+ name : M2 Copy Paste Detector
11+ runs-on : ubuntu-latest
12+ steps :
13+ - uses : actions/checkout@v2
14+ - uses : extdn/github-actions-m2/magento-copy-paste-detector@master
Original file line number Diff line number Diff line change 1+ name : ExtDN M2 Mess Detector
2+ on :
3+ push :
4+ branches :
5+ - main
6+ pull_request :
7+
8+ jobs :
9+ phpmd :
10+ name : M2 Mess Detector
11+ runs-on : ubuntu-latest
12+ steps :
13+ - uses : actions/checkout@v2
14+ - uses : extdn/github-actions-m2/magento-mess-detector@master
Original file line number Diff line number Diff line change 1+ name : ExtDN M2 PHPStan
2+ on :
3+ push :
4+ branches :
5+ - main
6+ pull_request :
7+
8+ jobs :
9+ phpstan :
10+ name : M2 PHPStan
11+ runs-on : ubuntu-latest
12+ steps :
13+ - uses : actions/checkout@v2
14+ - uses : extdn/github-actions-m2/magento-phpstan@master
15+ with :
16+ composer_name : foo/magento2-foobar
You can’t perform that action at this time.
0 commit comments