Skip to content

Bump friendsofphp/php-cs-fixer from 3.48.0 to 3.54.0 #482

Bump friendsofphp/php-cs-fixer from 3.48.0 to 3.54.0

Bump friendsofphp/php-cs-fixer from 3.48.0 to 3.54.0 #482

Workflow file for this run

name: Code Style
on: [pull_request_target]
jobs:
fix-code-style:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
token: ${{ secrets.PAT }}
- name: Run php-cs-fixer
uses: docker://oskarstark/php-cs-fixer-ga:3.26.0
- name: Run prettier
uses: actionsx/prettier@v3
with:
args: --write .
- uses: stefanzweifel/git-auto-commit-action@v5.0.0
with:
commit_user_name: Markus Poerschke (Bot)
commit_user_email: markus+githubbot@poerschke.nrw
commit_message: Fix code style!