Use checkstyle output for php-cs-fixer
authorTim Düsterhus <duesterhus@woltlab.com>
Fri, 13 May 2022 09:50:59 +0000 (11:50 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Fri, 13 May 2022 09:50:59 +0000 (11:50 +0200)
.github/workflows/codestyle.yml

index d71bbd7b496b552d9aa4820f3bce754dd2370c7a..344e6f8e49490f63c0cb87ae72c38b15be56bbc2 100644 (file)
@@ -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