Skip to content

v2.0 update: list method now supports sort and filter args, at least … #19

v2.0 update: list method now supports sort and filter args, at least …

v2.0 update: list method now supports sort and filter args, at least … #19

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