Skip to content

Custom SMTP for Magento 2.0.0 - 2.4.3 #18

Custom SMTP for Magento 2.0.0 - 2.4.3

Custom SMTP for Magento 2.0.0 - 2.4.3 #18

Workflow file for this run

name: PHPCS
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: PHPCS
run: docker run --rm -v $PWD:/code:ro domw/phpcs phpcs --colors --standard=Magento2 --report=full,summary,gitblame --extensions=php,phtml ./
- name: compatibility
run: docker run --rm -v $PWD:/code:ro domw/phpcompatibility phpcs --standard=PHPCompatibility --runtime-set testVersion 5.6-8.1 --colors --warning-severity=0 --report=full,summary --extensions=php,phtml ./