Skip to content

Commit

Permalink
ci: Fix code-style workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Jul 9, 2021
1 parent d8a8d50 commit 40cc177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ jobs:
- name: Send feedback on Github
if: ${{ failure() }}
run: |
vendor/bin/php-cs-fixer --allow-risky=yes --config=.php_cs.dist fix --dry-run --format=checkstyle | cs2pr
vendor/bin/php-cs-fixer --allow-risky=yes --config=.php-cs-fixer.dist.php fix --dry-run --format=checkstyle | cs2pr

0 comments on commit 40cc177

Please sign in to comment.