From: Tim Düsterhus Date: Fri, 13 May 2022 09:50:59 +0000 (+0200) Subject: Use checkstyle output for php-cs-fixer X-Git-Tag: 6.0.0_Alpha_1~1305 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=65a9247ac9566923cf89e4055c001833622996a6;p=GitHub%2FWoltLab%2FWCF.git Use checkstyle output for php-cs-fixer --- diff --git a/.github/workflows/codestyle.yml b/.github/workflows/codestyle.yml index d71bbd7b49..344e6f8e49 100644 --- a/.github/workflows/codestyle.yml +++ b/.github/workflows/codestyle.yml @@ -21,7 +21,7 @@ jobs: - name: phpcs run: phpcs -n -q --report=checkstyle | cs2pr - name: php-cs-fixer - run: php-cs-fixer fix --dry-run --diff + run: php-cs-fixer fix --dry-run --format=checkstyle | cs2pr ts: name: TS Prettier runs-on: ubuntu-latest