Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
oleibman authored Jan 2, 2024
1 parent b33d14e commit c4b934a
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) || ./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
Expand Down

0 comments on commit c4b934a

Please sign in to comment.