fix linter in CI

This commit is contained in:
henderkes
2026-05-04 20:06:48 +07:00
parent 6557fc9d7e
commit c5edacd8bf
3 changed files with 94 additions and 21 deletions

View File

@@ -32,10 +32,13 @@ jobs:
php-version: '8.4'
extensions: curl, openssl, mbstring
ini-values: memory_limit=-1
tools: pecl, composer, php-cs-fixer
tools: pecl, composer
- name: "Install dependencies"
run: composer install --no-progress --prefer-dist --optimize-autoloader
- name: Run PHP-CS-Fixer fix
run: php-cs-fixer fix --dry-run --diff --ansi
run: vendor/bin/php-cs-fixer fix --dry-run --diff --ansi
phpstan:
runs-on: ubuntu-latest