Skip to content

Merge remote-tracking branch 'origin/develop' into BP-4161-Klarna-KP-… #3724

Merge remote-tracking branch 'origin/develop' into BP-4161-Klarna-KP-…

Merge remote-tracking branch 'origin/develop' into BP-4161-Klarna-KP-… #3724

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@master
with:
composer_name: buckaroo/magento2