Skip to content

Commit cd38173

Browse files
committed
More changes 2
1 parent 480fb35 commit cd38173

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
needs: [composer]
6161
strategy:
6262
matrix:
63-
command: ['php-cs-fixer fix -vvv --dry-run --diff', 'phpcs --extensions=php -p --standard=ruleset.xml .']
63+
command: ['php-cs-fixer fix -vvv', 'phpcs --extensions=php -p --standard=ruleset.xml .']
6464
steps:
6565
- uses: actions/checkout@v4
6666
- uses: actions/cache/restore@v4
@@ -76,7 +76,6 @@ jobs:
7676
git config --global --add safe.directory $GITHUB_WORKSPACE
7777
./libraries/vendor/bin/${{ matrix.command }}
7878
- uses: parkerbxyz/suggest-changes@v2
79-
if: failure() && steps.check-codestyle.outcome == 'failure'
8079
with:
8180
comment: 'Your code does not comply with our codestyle. Please commit the suggested changes.'
8281

0 commit comments

Comments
 (0)