Skip to content

Commit

Permalink
Merge pull request #45 from mvorisek/output-cs-diff
Browse files Browse the repository at this point in the history
  • Loading branch information
ostrolucky authored May 21, 2024
2 parents b044140 + 476ce58 commit 36c5f05
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,6 @@ jobs:

# https://github.com/doctrine/.github/issues/3
- name: "Run PHP_CodeSniffer"
run: "vendor/bin/phpcs -q --no-colors --report=checkstyle | cs2pr"
run: |
vendor/bin/phpcs -q --report=diff || true
vendor/bin/phpcs -q --no-colors --report=checkstyle | cs2pr

0 comments on commit 36c5f05

Please sign in to comment.