Skip to content

Merge pull request #770 from buckaroo-it/BP-2132-clean-refactor-push-… #1709

Merge pull request #770 from buckaroo-it/BP-2132-clean-refactor-push-…

Merge pull request #770 from buckaroo-it/BP-2132-clean-refactor-push-… #1709

Workflow file for this run

name: M2 Coding Standard
on: [push, pull_request]
jobs:
phpcs:
name: M2 Code Analysis
runs-on: ubuntu-latest
continue-on-error: true
steps:
- uses: actions/checkout@v2
- uses: extdn/github-actions-m2/magento-coding-standard/8.1@master
with:
phpcs_severity: 10
phpcs_report: full
phpmd:
name: M2 Mess Detection
runs-on: ubuntu-latest
continue-on-error: true
steps:
- uses: actions/checkout@v2
- uses: extdn/github-actions-m2/magento-mess-detector@master
phpstan:
name: M2 PHPStan
runs-on: ubuntu-latest
continue-on-error: true
steps:
- uses: actions/checkout@v2
- uses: extdn/github-actions-m2/magento-phpstan/8.1@master
with:
composer_name: buckaroo/magento2