Skip to content

Merge remote-tracking branch 'origin/v1.4.0' into v1.4.0 #15

Merge remote-tracking branch 'origin/v1.4.0' into v1.4.0

Merge remote-tracking branch 'origin/v1.4.0' into v1.4.0 #15

Workflow file for this run

name: php-cs-fixer
on:
pull_request:
push:
branches: [ '**' ]
jobs:
php-cs-fixer:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}
- name: Run php-cs-fixer
uses: docker://oskarstark/php-cs-fixer-ga
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Apply php-cs-fixer changes