Skip to content

Commit

Permalink
output diff with colors
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek authored May 17, 2024
1 parent c3c5674 commit 476ce58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ jobs:
# https://github.com/doctrine/.github/issues/3
- name: "Run PHP_CodeSniffer"
run: |
vendor/bin/phpcs -q --no-colors --report=diff || true
vendor/bin/phpcs -q --report=diff || true
vendor/bin/phpcs -q --no-colors --report=checkstyle | cs2pr

0 comments on commit 476ce58

Please sign in to comment.