Skip to content

Merge branch 'feature/user-context' of github.com:justbetter/magento2… #164

Merge branch 'feature/user-context' of github.com:justbetter/magento2…

Merge branch 'feature/user-context' of github.com:justbetter/magento2… #164

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 ./