Skip to content

Merge pull request #1414 from buckaroo-it/BP-4999-Display-bank-transf… #5176

Merge pull request #1414 from buckaroo-it/BP-4999-Display-bank-transf…

Merge pull request #1414 from buckaroo-it/BP-4999-Display-bank-transf… #5176

name: M2 Coding Standard
on:
push:
pull_request:
# Prevent duplicate runs: cancel in-progress runs for the same PR/branch
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
phpcs:
name: M2 Code Analysis
runs-on: ubuntu-latest
continue-on-error: true
steps:
- uses: actions/checkout@v4
- uses: extdn/github-actions-m2/magento-coding-standard@master
with:
phpcs_standard: /github/workspace/phpcs.xml
phpmd:
name: M2 Mess Detection
runs-on: ubuntu-latest
continue-on-error: true
steps:
- uses: actions/checkout@v4
- 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@v4
- uses: extdn/github-actions-m2/magento-phpstan/8.4@master
with:
composer_name: buckaroo/magento2