We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 480fb35 commit cd38173Copy full SHA for cd38173
.github/workflows/ci.yml
@@ -60,7 +60,7 @@ jobs:
60
needs: [composer]
61
strategy:
62
matrix:
63
- command: ['php-cs-fixer fix -vvv --dry-run --diff', 'phpcs --extensions=php -p --standard=ruleset.xml .']
+ command: ['php-cs-fixer fix -vvv', 'phpcs --extensions=php -p --standard=ruleset.xml .']
64
steps:
65
- uses: actions/checkout@v4
66
- uses: actions/cache/restore@v4
@@ -76,7 +76,6 @@ jobs:
76
git config --global --add safe.directory $GITHUB_WORKSPACE
77
./libraries/vendor/bin/${{ matrix.command }}
78
- uses: parkerbxyz/suggest-changes@v2
79
- if: failure() && steps.check-codestyle.outcome == 'failure'
80
with:
81
comment: 'Your code does not comply with our codestyle. Please commit the suggested changes.'
82
0 commit comments