Skip to content

chore(deps): update dependency phpunit/phpunit to v12.0.3 (#776) #728

chore(deps): update dependency phpunit/phpunit to v12.0.3 (#776)

chore(deps): update dependency phpunit/phpunit to v12.0.3 (#776) #728

Workflow file for this run

name: Check & fix styling
on: [push]
jobs:
php-cs-fixer:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- name: Run php-cs-fixer
uses: docker://oskarstark/php-cs-fixer-ga
- uses: stefanzweifel/[email protected]
with:
commit_message: Apply php-cs-fixer changes
branch: ${{ github.head_ref }}