1
0
mirror of https://github.com/danog/loop.git synced 2024-11-26 11:54:51 +01:00
This commit is contained in:
Daniil Gentili 2023-09-30 15:21:18 +02:00
parent f035e48d59
commit b39135ed3e

View File

@ -43,7 +43,9 @@ jobs:
wget https://github.com/infection/infection/releases/download/0.27.0/infection.phar -O /usr/local/bin/infection
chmod +x /usr/local/bin/infection
- name: Run CS check
- name: Run codestyle check
env:
PHP_CS_FIXER_IGNORE_ENV: 1
run: |
vendor/bin/php-cs-fixer --diff --dry-run -v fix