Skip to content

format code with black and php-cs-fixer #417

format code with black and php-cs-fixer

format code with black and php-cs-fixer #417

Workflow file for this run

name: PHP Linting
on: pull_request
jobs:
phplint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: michaelw90/PHP-Lint@master