Skip to content

Bump symfony/string from 5.4.40 to 5.4.41 #1040

Bump symfony/string from 5.4.40 to 5.4.41

Bump symfony/string from 5.4.40 to 5.4.41 #1040

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@v3
with:
ref: ${{ github.head_ref }}
token: ${{ secrets.PAT }}
- name: Run php-cs-fixer
uses: docker://oskarstark/php-cs-fixer-ga:3.0.0
- name: Run prettier
uses: actionsx/prettier@v2
with:
args: --write .
- uses: stefanzweifel/[email protected]
with:
commit_user_name: Markus Poerschke (Bot)
commit_user_email: [email protected]
commit_message: Fix code style!