Update main.yml

This commit is contained in:
oleibman
2024-01-02 00:03:05 -08:00
committed by GitHub
parent b33d14e858
commit c4b934a91d
+1 -1
View File
@@ -112,7 +112,7 @@ jobs:
run: composer install --no-progress --prefer-dist --optimize-autoloader
- name: Code style with PHP-CS-Fixer
run: (./vendor/bin/php-cs-fixer fix --format=checkstyle | cs2pr) || ./vendor/bin/php-cs-fixer fix --diff --dry-run
run: (./vendor/bin/php-cs-fixer fix --dry-run --format=checkstyle | cs2pr) || ./vendor/bin/php-cs-fixer fix --diff --dry-run
phpcs:
runs-on: ubuntu-latest