Skip to content

refactor: mount config file instead of passing env #123

refactor: mount config file instead of passing env

refactor: mount config file instead of passing env #123

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