Skip to content

Bump friendsofphp/php-cs-fixer from 3.56.1 to 3.57.2 in the patches-and-minor-upgrades group #206

Bump friendsofphp/php-cs-fixer from 3.56.1 to 3.57.2 in the patches-and-minor-upgrades group

Bump friendsofphp/php-cs-fixer from 3.56.1 to 3.57.2 in the patches-and-minor-upgrades group #206

Workflow file for this run

---
name: CI
on:
push:
branches:
- master
pull_request:
jobs:
check-code-style:
name: Check code style
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run php-cs-fixer
uses: docker://oskarstark/php-cs-fixer-ga
- name: Apply php-cs-fixer changes
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Apply php-cs-fixer changes