Skip to content

Bump codecov/codecov-action from 3.1.4 to 4.4.1 #487

Bump codecov/codecov-action from 3.1.4 to 4.4.1

Bump codecov/codecov-action from 3.1.4 to 4.4.1 #487

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!