We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac14e10 commit 20277b3Copy full SHA for 20277b3
.github/workflows/php-cs-fixer.yml
@@ -31,4 +31,4 @@ jobs:
31
- name: PHP-CS-Fixer
32
uses: docker://oskarstark/php-cs-fixer-ga
33
with:
34
- args: --config=.php-cs-fixer.dist.php -v --dry-run --stop-on-violation --using-cache=no ${{ env.PHPCS_EXTRA_ARGS }}
+ args: --config=.php-cs-fixer.dist.php -v --dry-run --stop-on-violation --using-cache=no ${{ env.PHPCS_EXTRA_ARGS }} --allow-risky=yes
0 commit comments