Update main.yml

This commit is contained in:
oleibman
2024-01-01 23:10:20 -08:00
committed by GitHub
parent 4b655ea5a8
commit 9de13cd975
+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 --diff --dry-run | cs2pr
run: ./vendor/bin/php-cs-fixer fix --diff --dry-run
phpcs:
runs-on: ubuntu-latest