Skip to content

Use objectmanager to check if session is already started to prevent p… #169

Use objectmanager to check if session is already started to prevent p…

Use objectmanager to check if session is already started to prevent p… #169

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