We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a0b754 commit 49a418cCopy full SHA for 49a418c
‎.github/workflows/php-cs-fixer.yml
@@ -25,8 +25,6 @@ jobs:
25
run: |
26
if [ -f ./.php-cs-fixer.dist.php ]; then
27
echo "ARGS=--config=.php-cs-fixer.dist.php --allow-risky=yes" >> "$GITHUB_OUTPUT"
28
- else
29
- echo "ARGS=--allow-risky=yes" >> "$GITHUB_OUTPUT"
30
fi
31
32
- name: Run PHP CS Fixer
0 commit comments