Skip to content

Add installation of PSR extension #33

Add installation of PSR extension

Add installation of PSR extension #33

name: Static Code Analysis
on: [ push, pull_request ]
jobs:
phpcs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2-beta
with:
fetch-depth: 1
- name: Run PHP_CodeSniffer
run: docker run --rm -v $(pwd):/data cytopia/phpcs --standard=./phpcs.xml.dist