Skip to content

Bump friendsofphp/php-cs-fixer from 3.48.0 to 3.59.3 #494

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

Bump friendsofphp/php-cs-fixer from 3.48.0 to 3.59.3 #494

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/[email protected]
with:
commit_user_name: Markus Poerschke (Bot)
commit_user_email: [email protected]
commit_message: Fix code style!