Skip to content

Update vite requirement from ^5.2.11 to ^5.2.12 (#438) #417

Update vite requirement from ^5.2.11 to ^5.2.12 (#438)

Update vite requirement from ^5.2.11 to ^5.2.12 (#438) #417

Workflow file for this run

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