Compare commits

..

1 commit

Author SHA1 Message Date
n
01707dbb34
PHP-CS-Fixer fixes 2024-09-14 20:27:58 +02:00

View file

@ -23,5 +23,5 @@ jobs:
- name: Lint
run: vendor/bin/phplint --no-cache --no-progress --exclude=vendor --verbose
- name: PHP CS Fixer
run: PHP_CS_FIXER_IGNORE_ENV=yes vendor/bin/php-cs-fixer fix --dry-run --verbose --diff .
run: vendor/bin/php-cs-fixer check --using-cache=no --diff --verbose .
- run: echo "🍏 This job's status is ${{ job.status }}."