Skip to content

chore: reorder flags in php-cs-fixer command for clarity #72

chore: reorder flags in php-cs-fixer command for clarity

chore: reorder flags in php-cs-fixer command for clarity #72

Workflow file for this run

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