Skip to content

Commit

Permalink
Merge pull request #3853 from oleibman/fixertest
Browse files Browse the repository at this point in the history
Php-cs-fixer Command Change
  • Loading branch information
oleibman authored Jan 2, 2024
2 parents c770f69 + fc56282 commit 2e4b8f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
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
Expand Down

0 comments on commit 2e4b8f8

Please sign in to comment.