Skip to content

chore: clean up old files #113

chore: clean up old files

chore: clean up old files #113

Workflow file for this run

on: [push, pull_request]
name: PHP CS Fixer
jobs:
php-cs-fixer:
name: PHP-CS-Fixer
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: PHP-CS-Fixer
uses: docker://oskarstark/php-cs-fixer-ga:2.18.5
with:
args: --config=./web/.php-cs-fixer.php --diff --dry-run