Skip to content

Bump friendsofphp/php-cs-fixer from 3.22.0 to 3.38.0 #468

Bump friendsofphp/php-cs-fixer from 3.22.0 to 3.38.0

Bump friendsofphp/php-cs-fixer from 3.22.0 to 3.38.0 #468

Workflow file for this run

name: PHP-CS-Fixer
on: [ push, pull_request ]
jobs:
run:
runs-on: ubuntu-latest
name: PER
steps:
- uses: actions/checkout@v3
- uses: shivammathur/setup-php@v2
with:
php-version: 8.1
coverage: xdebug
tools: php-cs-fixer, cs2pr
- run: php-cs-fixer fix . --dry-run --rules=@PER --format=checkstyle | cs2pr