Skip to content

Update rector/rector requirement from ^0.17.0 || ^0.19.0 || ^1.0.0 to ^0.17.0 || ^0.19.0 || ^1.0.0 || ^2.0.0 #82

Update rector/rector requirement from ^0.17.0 || ^0.19.0 || ^1.0.0 to ^0.17.0 || ^0.19.0 || ^1.0.0 || ^2.0.0

Update rector/rector requirement from ^0.17.0 || ^0.19.0 || ^1.0.0 to ^0.17.0 || ^0.19.0 || ^1.0.0 || ^2.0.0 #82

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
jobs:
check-cs:
name: Coding Style
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: PHP-CS-Fixer
uses: docker://oskarstark/php-cs-fixer-ga
with:
args: --config=.php-cs-fixer.php --diff --dry-run