Skip to content

Commit

Permalink
CI: Check the code style of files in PRs, don't try to fix it (ILIAS-…
Browse files Browse the repository at this point in the history
  • Loading branch information
mjansenDatabay authored and thibsy committed Jun 14, 2024
1 parent b41cdee commit f851842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CI/PHP-CS-Fixer/run_check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ else
if [ -f ${FILE} ]
then
echo "Check file: ${FILE}"
RUNCSFIXER=$(libs/composer/vendor/bin/php-cs-fixer fix --using-cache=no --diff --config=./CI/PHP-CS-Fixer/code-format.php_cs ${FILE})
RUNCSFIXER=$(libs/composer/vendor/bin/php-cs-fixer fix --using-cache=no --dry-run --config=./CI/PHP-CS-Fixer/code-format.php_cs ${FILE})
RESULT=$?
if [[ ${RESULT} -ne 0 ]]
then
Expand Down

0 comments on commit f851842

Please sign in to comment.