diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 95c206e..f708643 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -20,4 +20,6 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Run PHP-CS-Fixer - uses: prestashopcorp/github-action-php-cs-fixer@master \ No newline at end of file + uses: prestashopcorp/github-action-php-cs-fixer@master + with: + other-cmds: '--dry-run --diff --config tests/php/.php-cs-fixer.dist.php' \ No newline at end of file