Skip to content

Commit

Permalink
Merge pull request #1355 from fbourigault/github-actions-php-cs-fixer
Browse files Browse the repository at this point in the history
Don't use cs2pr to report PHP-CS-Fixer suggestions
  • Loading branch information
lsmith77 authored Feb 10, 2021
2 parents a04aa40 + 42f8994 commit 1cb215c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/php-cs-fixer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
php-version: 7.4
coverage: none
tools: cs2pr, php-cs-fixer
tools: php-cs-fixer

- name: Run PHP-CS-Fixer
run: php-cs-fixer fix --dry-run --format checkstyle | cs2pr
run: php-cs-fixer fix --dry-run --diff --diff-format udiff

0 comments on commit 1cb215c

Please sign in to comment.