Skip to content

docs: Update upcoming #74

docs: Update upcoming

docs: Update upcoming #74

Workflow file for this run

name: linting
on: [push]
jobs:
php-cs-fixer:
name: PHP-CS-Fixer
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: PHP-CS-Fixer
uses: docker://oskarstark/php-cs-fixer-ga
with:
args: --config=.project.php_cs --diff --dry-run